Html Css Color HEX #B2A218 Lucky

📋 copy color: '#B2A218'

red 178 ◦ green 162 ◦ blue 24

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

Shades of Lucky #B2A218

Tints of Lucky #B2A218

RGB

 RED value IS 178 (69.92% from 255) = 48.9%

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

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 48.9%
G = 44.51%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2A218 (or 0xB2A218) is known color: Lucky. HEX triplet: B2, A2 and 18. RGB value is (178,162,24). Sum of RGB (Red+Green+Blue) = 178+162+24=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A218 is #4D5DE7. Grayscale: #979797. Windows color (decimal): -5070312 or 1614514. OLE color: 1614514.

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

Color convert

RGB 178 162 24 -
CMYK 0 0.09 0.87 0.30
HSL 53.77º 0.76% 0.4% -
HSV(B) 53.77º 0.87% 0.7% -
XYZ 31.45 35.37 6.03 -
YUV 151.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 178 162 24 0 0.09 0.87 0.30 53.77 0.76 0.4
Hex B2 A2 18 0 9 57 1E 36 4C 28
Octal 262 242 30 0 11 127 36 66 114 50
Binary 10110010 10100010 11000 0 1001 1010111 11110 110110 1001100 101000

Color Harmonies of #B2A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A218

Black with #B2A218

Text Example


Text Example

White with #B2A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A218; }

 p { color: rgb(178,162,24); }

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

background-color css

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

 a { background-color: rgb(178,162,24); }

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

border-color css

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

 span { border-color: rgb(178,162,24); }

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