Html Css Color HEX #B0A60E Lucky

📋 copy color: '#B0A60E'

red 176 ◦ green 166 ◦ blue 14

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

Shades of Lucky #B0A60E

Tints of Lucky #B0A60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

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

R = 49.44%
G = 46.63%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0A60E (or 0xB0A60E) is known color: Lucky. HEX triplet: B0, A6 and 0E. RGB value is (176,166,14). Sum of RGB (Red+Green+Blue) = 176+166+14=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A60E is #4F59F1. Grayscale: #989898. Windows color (decimal): -5200370 or 960176. OLE color: 960176.

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

Color convert

RGB 176 166 14 -
CMYK 0 0.06 0.92 0.31
HSL 56.3º 0.85% 0.37% -
HSV(B) 56.3º 0.92% 0.69% -
XYZ 31.62 36.53 5.8 -
YUV 151.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 176 166 14 0 0.06 0.92 0.31 56.3 0.85 0.37
Hex B0 A6 E 0 6 5C 1F 38 55 25
Octal 260 246 16 0 6 134 37 70 125 45
Binary 10110000 10100110 1110 0 110 1011100 11111 111000 1010101 100101

Color Harmonies of #B0A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A60E

Black with #B0A60E

Text Example


Text Example

White with #B0A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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