Html Css Color HEX #B0A21E Lucky

📋 copy color: '#B0A21E'

red 176 ◦ green 162 ◦ blue 30

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

Shades of Lucky #B0A21E

Tints of Lucky #B0A21E

RGB

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

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

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

R = 47.83%
G = 44.02%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0A21E (or 0xB0A21E) is known color: Lucky. HEX triplet: B0, A2 and 1E. RGB value is (176,162,30). Sum of RGB (Red+Green+Blue) = 176+162+30=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A21E is #4F5DE1. Grayscale: #979797. Windows color (decimal): -5201378 or 2007728. OLE color: 2007728.

HSL color Cylindrical-coordinate representation of color #B0A21E: hue angle of 54.25º 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 #B0A21E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 30 -
CMYK 0 0.08 0.83 0.31
HSL 54.25º 0.71% 0.4% -
HSV(B) 54.25º 0.83% 0.69% -
XYZ 31.06 35.16 6.38 -
YUV 151.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 176 162 30 0 0.08 0.83 0.31 54.25 0.71 0.4
Hex B0 A2 1E 0 8 53 1F 36 47 28
Octal 260 242 36 0 10 123 37 66 107 50
Binary 10110000 10100010 11110 0 1000 1010011 11111 110110 1000111 101000

Color Harmonies of #B0A21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A21E

Black with #B0A21E

Text Example


Text Example

White with #B0A21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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