Html Css Color HEX #B2A117 Lucky

📋 copy color: '#B2A117'

red 178 ◦ green 161 ◦ blue 23

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

Shades of Lucky #B2A117

Tints of Lucky #B2A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 49.17%
G = 44.48%
B = 6.35%

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

#B2A117 (or 0xB2A117) is known color: Lucky. HEX triplet: B2, A1 and 17. RGB value is (178,161,23). Sum of RGB (Red+Green+Blue) = 178+161+23=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A117 is #4D5EE8. Grayscale: #969696. Windows color (decimal): -5070569 or 1548722. OLE color: 1548722.

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

Color convert

RGB 178 161 23 -
CMYK 0 0.10 0.87 0.30
HSL 53.42º 0.77% 0.39% -
HSV(B) 53.42º 0.87% 0.7% -
XYZ 31.26 35.02 5.92 -
YUV 150.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 178 161 23 0 0.10 0.87 0.30 53.42 0.77 0.39
Hex B2 A1 17 0 A 57 1E 35 4D 27
Octal 262 241 27 0 12 127 36 65 115 47
Binary 10110010 10100001 10111 0 1010 1010111 11110 110101 1001101 100111

Color Harmonies of #B2A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A117

Black with #B2A117

Text Example


Text Example

White with #B2A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A117; }

 p { color: rgb(178,161,23); }

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

background-color css

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

 a { background-color: rgb(178,161,23); }

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

border-color css

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

 span { border-color: rgb(178,161,23); }

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