Html Css Color HEX #BBA90F Earls Green

📋 copy color: '#BBA90F'

red 187 ◦ green 169 ◦ blue 15

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

Shades of Earls Green #BBA90F

Tints of Earls Green #BBA90F

RGB

 RED value IS 187 (73.44% from 255) = 50.4%

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

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 50.4%
G = 45.55%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BBA90F (or 0xBBA90F) is known color: Earls Green. HEX triplet: BB, A9 and 0F. RGB value is (187,169,15). Sum of RGB (Red+Green+Blue) = 187+169+15=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA90F is #4456F0. Grayscale: #9D9D9D. Windows color (decimal): -4478705 or 1026491. OLE color: 1026491.

HSL color Cylindrical-coordinate representation of color #BBA90F: hue angle of 53.72º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBA90F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 15 -
CMYK 0 0.10 0.92 0.27
HSL 53.72º 0.85% 0.4% -
HSV(B) 53.72º 0.92% 0.73% -
XYZ 34.77 38.98 6.14 -
YUV 156.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 187 169 15 0 0.10 0.92 0.27 53.72 0.85 0.4
Hex BB A9 F 0 A 5C 1B 36 55 28
Octal 273 251 17 0 12 134 33 66 125 50
Binary 10111011 10101001 1111 0 1010 1011100 11011 110110 1010101 101000

Color Harmonies of #BBA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA90F

Black with #BBA90F

Text Example


Text Example

White with #BBA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA90F; }

 p { color: rgb(187,169,15); }

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

background-color css

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

 a { background-color: rgb(187,169,15); }

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

border-color css

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

 span { border-color: rgb(187,169,15); }

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