Html Css Color HEX #B2A018 Lucky

📋 copy color: '#B2A018'

red 178 ◦ green 160 ◦ blue 24

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

Shades of Lucky #B2A018

Tints of Lucky #B2A018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

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

R = 49.17%
G = 44.2%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2A018 (or 0xB2A018) is known color: Lucky. HEX triplet: B2, A0 and 18. RGB value is (178,160,24). Sum of RGB (Red+Green+Blue) = 178+160+24=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A018 is #4D5FE7. Grayscale: #969696. Windows color (decimal): -5070824 or 1614002. OLE color: 1614002.

HSL color Cylindrical-coordinate representation of color #B2A018: hue angle of 52.99º 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 #B2A018 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 24 -
CMYK 0 0.10 0.87 0.30
HSL 52.99º 0.76% 0.4% -
HSV(B) 52.99º 0.87% 0.7% -
XYZ 31.1 34.67 5.92 -
YUV 149.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 178 160 24 0 0.10 0.87 0.30 52.99 0.76 0.4
Hex B2 A0 18 0 A 57 1E 35 4C 28
Octal 262 240 30 0 12 127 36 65 114 50
Binary 10110010 10100000 11000 0 1010 1010111 11110 110101 1001100 101000

Color Harmonies of #B2A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A018

Black with #B2A018

Text Example


Text Example

White with #B2A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A018; }

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

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

background-color css

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

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

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

border-color css

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

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

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