Html Css Color HEX #B0A70E Lucky

📋 copy color: '#B0A70E'

red 176 ◦ green 167 ◦ blue 14

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

Shades of Lucky #B0A70E

Tints of Lucky #B0A70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.78%

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

R = 49.3%
G = 46.78%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0A70E (or 0xB0A70E) is known color: Lucky. HEX triplet: B0, A7 and 0E. RGB value is (176,167,14). Sum of RGB (Red+Green+Blue) = 176+167+14=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A70E is #4F58F1. Grayscale: #989898. Windows color (decimal): -5200114 or 960432. OLE color: 960432.

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

Color convert

RGB 176 167 14 -
CMYK 0 0.05 0.92 0.31
HSL 56.67º 0.85% 0.37% -
HSV(B) 56.67º 0.92% 0.69% -
XYZ 31.8 36.9 5.86 -
YUV 152.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 176 167 14 0 0.05 0.92 0.31 56.67 0.85 0.37
Hex B0 A7 E 0 5 5C 1F 39 55 25
Octal 260 247 16 0 5 134 37 71 125 45
Binary 10110000 10100111 1110 0 101 1011100 11111 111001 1010101 100101

Color Harmonies of #B0A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A70E

Black with #B0A70E

Text Example


Text Example

White with #B0A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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