Html Css Color HEX #B0A81C Earls Green

📋 copy color: '#B0A81C'

red 176 ◦ green 168 ◦ blue 28

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

Shades of Earls Green #B0A81C

Tints of Earls Green #B0A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 47.31%
G = 45.16%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0A81C (or 0xB0A81C) is known color: Earls Green. HEX triplet: B0, A8 and 1C. RGB value is (176,168,28). Sum of RGB (Red+Green+Blue) = 176+168+28=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A81C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A81C is #4F57E3. Grayscale: #9B9B9B. Windows color (decimal): -5199844 or 1878192. OLE color: 1878192.

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

Color convert

RGB 176 168 28 -
CMYK 0 0.05 0.84 0.31
HSL 56.76º 0.73% 0.4% -
HSV(B) 56.76º 0.84% 0.69% -
XYZ 32.12 37.32 6.61 -
YUV 154.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 176 168 28 0 0.05 0.84 0.31 56.76 0.73 0.4
Hex B0 A8 1C 0 5 54 1F 39 49 28
Octal 260 250 34 0 5 124 37 71 111 50
Binary 10110000 10101000 11100 0 101 1010100 11111 111001 1001001 101000

Color Harmonies of #B0A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A81C

Black with #B0A81C

Text Example


Text Example

White with #B0A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A81C; }

 p { color: rgb(176,168,28); }

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

background-color css

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

 a { background-color: rgb(176,168,28); }

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

border-color css

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

 span { border-color: rgb(176,168,28); }

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