Html Css Color HEX #BBA911 Earls Green

📋 copy color: '#BBA911'

red 187 ◦ green 169 ◦ blue 17

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

Shades of Earls Green #BBA911

Tints of Earls Green #BBA911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 50.13%
G = 45.31%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA911 (or 0xBBA911) is known color: Earls Green. HEX triplet: BB, A9 and 11. RGB value is (187,169,17). Sum of RGB (Red+Green+Blue) = 187+169+17=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA911 is #4456EE. Grayscale: #9D9D9D. Windows color (decimal): -4478703 or 1157563. OLE color: 1157563.

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

Color convert

RGB 187 169 17 -
CMYK 0 0.10 0.91 0.27
HSL 53.65º 0.83% 0.4% -
HSV(B) 53.65º 0.91% 0.73% -
XYZ 34.78 38.98 6.22 -
YUV 157.05 48.96 149.36 -
System Red Green Blue C M Y K H S L
Decimal 187 169 17 0 0.10 0.91 0.27 53.65 0.83 0.4
Hex BB A9 11 0 A 5B 1B 36 53 28
Octal 273 251 21 0 12 133 33 66 123 50
Binary 10111011 10101001 10001 0 1010 1011011 11011 110110 1010011 101000

Color Harmonies of #BBA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA911

Black with #BBA911

Text Example


Text Example

White with #BBA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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