Html Css Color HEX #B0AD22 Earls Green

📋 copy color: '#B0AD22'

red 176 ◦ green 173 ◦ blue 34

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

Shades of Earls Green #B0AD22

Tints of Earls Green #B0AD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 45.95%
G = 45.17%
B = 8.88%

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

#B0AD22 (or 0xB0AD22) is known color: Earls Green. HEX triplet: B0, AD and 22. RGB value is (176,173,34). Sum of RGB (Red+Green+Blue) = 176+173+34=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD22 is #4F52DD. Grayscale: #9E9E9E. Windows color (decimal): -5198558 or 2272688. OLE color: 2272688.

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

Color convert

RGB 176 173 34 -
CMYK 0 0.02 0.81 0.31
HSL 58.73º 0.68% 0.41% -
HSV(B) 58.73º 0.81% 0.69% -
XYZ 33.14 39.23 7.34 -
YUV 158.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 176 173 34 0 0.02 0.81 0.31 58.73 0.68 0.41
Hex B0 AD 22 0 2 51 1F 3B 44 29
Octal 260 255 42 0 2 121 37 73 104 51
Binary 10110000 10101101 100010 0 10 1010001 11111 111011 1000100 101001

Color Harmonies of #B0AD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD22

Black with #B0AD22

Text Example


Text Example

White with #B0AD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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