Html Css Color HEX #B0A31E Earls Green

📋 copy color: '#B0A31E'

red 176 ◦ green 163 ◦ blue 30

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

Shades of Earls Green #B0A31E

Tints of Earls Green #B0A31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

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

R = 47.7%
G = 44.17%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0A31E (or 0xB0A31E) is known color: Earls Green. HEX triplet: B0, A3 and 1E. RGB value is (176,163,30). Sum of RGB (Red+Green+Blue) = 176+163+30=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A31E is #4F5CE1. Grayscale: #989898. Windows color (decimal): -5201122 or 2007984. OLE color: 2007984.

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

Color convert

RGB 176 163 30 -
CMYK 0 0.07 0.83 0.31
HSL 54.66º 0.71% 0.4% -
HSV(B) 54.66º 0.83% 0.69% -
XYZ 31.24 35.52 6.44 -
YUV 151.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 176 163 30 0 0.07 0.83 0.31 54.66 0.71 0.4
Hex B0 A3 1E 0 7 53 1F 37 47 28
Octal 260 243 36 0 7 123 37 67 107 50
Binary 10110000 10100011 11110 0 111 1010011 11111 110111 1000111 101000

Color Harmonies of #B0A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A31E

Black with #B0A31E

Text Example


Text Example

White with #B0A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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