Html Css Color HEX #B3A204 Lucky

📋 copy color: '#B3A204'

red 179 ◦ green 162 ◦ blue 4

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

Shades of Lucky #B3A204

Tints of Lucky #B3A204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.96%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 51.88%
G = 46.96%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B3A204 (or 0xB3A204) is known color: Lucky. HEX triplet: B3, A2 and 04. RGB value is (179,162,4). Sum of RGB (Red+Green+Blue) = 179+162+4=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A204 is #4C5DFB. Grayscale: #959595. Windows color (decimal): -5004796 or 303795. OLE color: 303795.

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

Color convert

RGB 179 162 4 -
CMYK 0 0.09 0.98 0.30
HSL 54.17º 0.96% 0.36% -
HSV(B) 54.17º 0.98% 0.7% -
XYZ 31.53 35.43 5.29 -
YUV 149.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 179 162 4 0 0.09 0.98 0.30 54.17 0.96 0.36
Hex B3 A2 4 0 9 62 1E 36 60 24
Octal 263 242 4 0 11 142 36 66 140 44
Binary 10110011 10100010 100 0 1001 1100010 11110 110110 1100000 100100

Color Harmonies of #B3A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A204

Black with #B3A204

Text Example


Text Example

White with #B3A204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A204; }

 p { color: rgb(179,162,4); }

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

background-color css

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

 a { background-color: rgb(179,162,4); }

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

border-color css

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

 span { border-color: rgb(179,162,4); }

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