Html Css Color HEX #B0A11E Lucky

📋 copy color: '#B0A11E'

red 176 ◦ green 161 ◦ blue 30

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

Shades of Lucky #B0A11E

Tints of Lucky #B0A11E

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 47.96%
G = 43.87%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0A11E (or 0xB0A11E) is known color: Lucky. HEX triplet: B0, A1 and 1E. RGB value is (176,161,30). Sum of RGB (Red+Green+Blue) = 176+161+30=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A11E is #4F5EE1. Grayscale: #979797. Windows color (decimal): -5201634 or 2007472. OLE color: 2007472.

HSL color Cylindrical-coordinate representation of color #B0A11E: hue angle of 53.84º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0A11E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 30 -
CMYK 0 0.09 0.83 0.31
HSL 53.84º 0.71% 0.4% -
HSV(B) 53.84º 0.83% 0.69% -
XYZ 30.88 34.81 6.32 -
YUV 150.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 176 161 30 0 0.09 0.83 0.31 53.84 0.71 0.4
Hex B0 A1 1E 0 9 53 1F 36 47 28
Octal 260 241 36 0 11 123 37 66 107 50
Binary 10110000 10100001 11110 0 1001 1010011 11111 110110 1000111 101000

Color Harmonies of #B0A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A11E

Black with #B0A11E

Text Example


Text Example

White with #B0A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A11E; }

 p { color: rgb(176,161,30); }

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

background-color css

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

 a { background-color: rgb(176,161,30); }

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

border-color css

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

 span { border-color: rgb(176,161,30); }

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