Html Css Color HEX #B0A20E Lucky

📋 copy color: '#B0A20E'

red 176 ◦ green 162 ◦ blue 14

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

Shades of Lucky #B0A20E

Tints of Lucky #B0A20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 50%
G = 46.02%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0A20E (or 0xB0A20E) is known color: Lucky. HEX triplet: B0, A2 and 0E. RGB value is (176,162,14). Sum of RGB (Red+Green+Blue) = 176+162+14=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A20E is #4F5DF1. Grayscale: #959595. Windows color (decimal): -5201394 or 959152. OLE color: 959152.

HSL color Cylindrical-coordinate representation of color #B0A20E: hue angle of 54.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0A20E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 14 -
CMYK 0 0.08 0.92 0.31
HSL 54.81º 0.85% 0.37% -
HSV(B) 54.81º 0.92% 0.69% -
XYZ 30.9 35.1 5.56 -
YUV 149.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 176 162 14 0 0.08 0.92 0.31 54.81 0.85 0.37
Hex B0 A2 E 0 8 5C 1F 37 55 25
Octal 260 242 16 0 10 134 37 67 125 45
Binary 10110000 10100010 1110 0 1000 1011100 11111 110111 1010101 100101

Color Harmonies of #B0A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A20E

Black with #B0A20E

Text Example


Text Example

White with #B0A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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