Html Css Color HEX #B0AB21 Earls Green

📋 copy color: '#B0AB21'

red 176 ◦ green 171 ◦ blue 33

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

Shades of Earls Green #B0AB21

Tints of Earls Green #B0AB21

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45%

 BLUE value IS 33 (13.28% from 255) = 8.68%

R = 46.32%
G = 45%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B0AB21 (or 0xB0AB21) is known color: Earls Green. HEX triplet: B0, AB and 21. RGB value is (176,171,33). Sum of RGB (Red+Green+Blue) = 176+171+33=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB21 is #4F54DE. Grayscale: #9D9D9D. Windows color (decimal): -5199071 or 2206640. OLE color: 2206640.

HSL color Cylindrical-coordinate representation of color #B0AB21: hue angle of 57.9º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0AB21 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 33 -
CMYK 0 0.03 0.81 0.31
HSL 57.9º 0.68% 0.41% -
HSV(B) 57.9º 0.81% 0.69% -
XYZ 32.74 38.47 7.14 -
YUV 156.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 176 171 33 0 0.03 0.81 0.31 57.9 0.68 0.41
Hex B0 AB 21 0 3 51 1F 3A 44 29
Octal 260 253 41 0 3 121 37 72 104 51
Binary 10110000 10101011 100001 0 11 1010001 11111 111010 1000100 101001

Color Harmonies of #B0AB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB21

Black with #B0AB21

Text Example


Text Example

White with #B0AB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB21; }

 p { color: rgb(176,171,33); }

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

background-color css

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

 a { background-color: rgb(176,171,33); }

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

border-color css

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

 span { border-color: rgb(176,171,33); }

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