Html Css Color HEX #B9A90B Earls Green

📋 copy color: '#B9A90B'

red 185 ◦ green 169 ◦ blue 11

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

Shades of Earls Green #B9A90B

Tints of Earls Green #B9A90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.3%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 50.68%
G = 46.3%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9A90B (or 0xB9A90B) is known color: Earls Green. HEX triplet: B9, A9 and 0B. RGB value is (185,169,11). Sum of RGB (Red+Green+Blue) = 185+169+11=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A90B is #4656F4. Grayscale: #9C9C9C. Windows color (decimal): -4609781 or 764345. OLE color: 764345.

HSL color Cylindrical-coordinate representation of color #B9A90B: hue angle of 54.48º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9A90B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 11 -
CMYK 0 0.09 0.94 0.27
HSL 54.48º 0.89% 0.38% -
HSV(B) 54.48º 0.94% 0.73% -
XYZ 34.26 38.71 5.98 -
YUV 155.77 46.3 148.85 -
System Red Green Blue C M Y K H S L
Decimal 185 169 11 0 0.09 0.94 0.27 54.48 0.89 0.38
Hex B9 A9 B 0 9 5E 1B 36 59 26
Octal 271 251 13 0 11 136 33 66 131 46
Binary 10111001 10101001 1011 0 1001 1011110 11011 110110 1011001 100110

Color Harmonies of #B9A90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A90B

Black with #B9A90B

Text Example


Text Example

White with #B9A90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A90B; }

 p { color: rgb(185,169,11); }

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

background-color css

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

 a { background-color: rgb(185,169,11); }

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

border-color css

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

 span { border-color: rgb(185,169,11); }

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