Html Css Color HEX #B3A502 Lucky

📋 copy color: '#B3A502'

red 179 ◦ green 165 ◦ blue 2

#B3A502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #B3A502

Tints of Lucky #B3A502

RGB

 RED value IS 179 (70.31% from 255) = 51.73%

 GREEN value IS 165 (64.84% from 255) = 47.69%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 51.73%
G = 47.69%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3A502 (or 0xB3A502) is known color: Lucky. HEX triplet: B3, A5 and 02. RGB value is (179,165,2). Sum of RGB (Red+Green+Blue) = 179+165+2=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A502 is #4C5AFD. Grayscale: #979797. Windows color (decimal): -5004030 or 173491. OLE color: 173491.

HSL color Cylindrical-coordinate representation of color #B3A502: hue angle of 55.25º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3A502 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 165 2 -
CMYK 0 0.08 0.99 0.30
HSL 55.25º 0.98% 0.35% -
HSV(B) 55.25º 0.99% 0.7% -
XYZ 32.06 36.5 5.41 -
YUV 150.6 44.14 148.25 -
System Red Green Blue C M Y K H S L
Decimal 179 165 2 0 0.08 0.99 0.30 55.25 0.98 0.35
Hex B3 A5 2 0 8 63 1E 37 62 23
Octal 263 245 2 0 10 143 36 67 142 43
Binary 10110011 10100101 10 0 1000 1100011 11110 110111 1100010 100011

Color Harmonies of #B3A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A502

Black with #B3A502

Text Example


Text Example

White with #B3A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A502; }

 p { color: rgb(179,165,2); }

 H1.HeaderClassName
 {
   color: #B3A502;
 }
 .AnyTagClassName
 {
   color: #B3A502;
 }
</style>

background-color css

<style>
 a { background-color: #B3A502; }

 a { background-color: rgb(179,165,2); }

 div.DivClassName
 {
   background-color: #B3A502;
 }
 .BgClassName
 {
   background-color: #B3A502;
 }
</style>

border-color css

<style>
 span { border-color: #B3A502; }

 span { border-color: rgb(179,165,2); }

 td.TdClassName
 {
   border-color: #B3A502;
 }
 .TagClassName
 {
   border-color: #B3A502;
 }
</style>