Html Css Color HEX #B9AD22 Earls Green

📋 copy color: '#B9AD22'

red 185 ◦ green 173 ◦ blue 34

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

Shades of Earls Green #B9AD22

Tints of Earls Green #B9AD22

RGB

 RED value IS 185 (72.66% from 255) = 47.19%

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

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

R = 47.19%
G = 44.13%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9AD22 (or 0xB9AD22) is known color: Earls Green. HEX triplet: B9, AD and 22. RGB value is (185,173,34). Sum of RGB (Red+Green+Blue) = 185+173+34=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD22 is #4652DD. Grayscale: #A1A1A1. Windows color (decimal): -4608734 or 2272697. OLE color: 2272697.

HSL color Cylindrical-coordinate representation of color #B9AD22: hue angle of 55.23º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9AD22 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 34 -
CMYK 0 0.06 0.82 0.27
HSL 55.23º 0.69% 0.43% -
HSV(B) 55.23º 0.82% 0.73% -
XYZ 35.24 40.32 7.44 -
YUV 160.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 185 173 34 0 0.06 0.82 0.27 55.23 0.69 0.43
Hex B9 AD 22 0 6 52 1B 37 45 2B
Octal 271 255 42 0 6 122 33 67 105 53
Binary 10111001 10101101 100010 0 110 1010010 11011 110111 1000101 101011

Color Harmonies of #B9AD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD22

Black with #B9AD22

Text Example


Text Example

White with #B9AD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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