Html Css Color HEX #B9AD12 Earls Green

📋 copy color: '#B9AD12'

red 185 ◦ green 173 ◦ blue 18

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

Shades of Earls Green #B9AD12

Tints of Earls Green #B9AD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 49.2%
G = 46.01%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9AD12 (or 0xB9AD12) is known color: Earls Green. HEX triplet: B9, AD and 12. RGB value is (185,173,18). Sum of RGB (Red+Green+Blue) = 185+173+18=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD12 is #4652ED. Grayscale: #9F9F9F. Windows color (decimal): -4608750 or 1224121. OLE color: 1224121.

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

Color convert

RGB 185 173 18 -
CMYK 0 0.06 0.90 0.27
HSL 55.69º 0.82% 0.4% -
HSV(B) 55.69º 0.9% 0.73% -
XYZ 35.06 40.25 6.49 -
YUV 158.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 185 173 18 0 0.06 0.90 0.27 55.69 0.82 0.4
Hex B9 AD 12 0 6 5A 1B 38 52 28
Octal 271 255 22 0 6 132 33 70 122 50
Binary 10111001 10101101 10010 0 110 1011010 11011 111000 1010010 101000

Color Harmonies of #B9AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD12

Black with #B9AD12

Text Example


Text Example

White with #B9AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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