Html Css Color HEX #B0AD21 Earls Green

📋 copy color: '#B0AD21'

red 176 ◦ green 173 ◦ blue 33

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

Shades of Earls Green #B0AD21

Tints of Earls Green #B0AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.29%

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

R = 46.07%
G = 45.29%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B0AD21 (or 0xB0AD21) is known color: Earls Green. HEX triplet: B0, AD and 21. RGB value is (176,173,33). Sum of RGB (Red+Green+Blue) = 176+173+33=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD21 is #4F52DE. Grayscale: #9E9E9E. Windows color (decimal): -5198559 or 2207152. OLE color: 2207152.

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

Color convert

RGB 176 173 33 -
CMYK 0 0.02 0.81 0.31
HSL 58.74º 0.68% 0.41% -
HSV(B) 58.74º 0.81% 0.69% -
XYZ 33.12 39.23 7.26 -
YUV 157.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 176 173 33 0 0.02 0.81 0.31 58.74 0.68 0.41
Hex B0 AD 21 0 2 51 1F 3B 44 29
Octal 260 255 41 0 2 121 37 73 104 51
Binary 10110000 10101101 100001 0 10 1010001 11111 111011 1000100 101001

Color Harmonies of #B0AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD21

Black with #B0AD21

Text Example


Text Example

White with #B0AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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