Html Css Color HEX #B0A70C Lucky

📋 copy color: '#B0A70C'

red 176 ◦ green 167 ◦ blue 12

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

Shades of Lucky #B0A70C

Tints of Lucky #B0A70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 49.58%
G = 47.04%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0A70C (or 0xB0A70C) is known color: Lucky. HEX triplet: B0, A7 and 0C. RGB value is (176,167,12). Sum of RGB (Red+Green+Blue) = 176+167+12=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A70C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A70C is #4F58F3. Grayscale: #989898. Windows color (decimal): -5200116 or 829360. OLE color: 829360.

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

Color convert

RGB 176 167 12 -
CMYK 0 0.05 0.93 0.31
HSL 56.71º 0.87% 0.37% -
HSV(B) 56.71º 0.93% 0.69% -
XYZ 31.79 36.89 5.79 -
YUV 152.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 176 167 12 0 0.05 0.93 0.31 56.71 0.87 0.37
Hex B0 A7 C 0 5 5D 1F 39 57 25
Octal 260 247 14 0 5 135 37 71 127 45
Binary 10110000 10100111 1100 0 101 1011101 11111 111001 1010111 100101

Color Harmonies of #B0A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A70C

Black with #B0A70C

Text Example


Text Example

White with #B0A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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