Html Css Color HEX #BBA910 Earls Green

📋 copy color: '#BBA910'

red 187 ◦ green 169 ◦ blue 16

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

Shades of Earls Green #BBA910

Tints of Earls Green #BBA910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 50.27%
G = 45.43%
B = 4.3%

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

#BBA910 (or 0xBBA910) is known color: Earls Green. HEX triplet: BB, A9 and 10. RGB value is (187,169,16). Sum of RGB (Red+Green+Blue) = 187+169+16=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA910 is #4456EF. Grayscale: #9D9D9D. Windows color (decimal): -4478704 or 1092027. OLE color: 1092027.

HSL color Cylindrical-coordinate representation of color #BBA910: hue angle of 53.68º degrees, saturation: 0.84, 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 #BBA910 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 16 -
CMYK 0 0.10 0.91 0.27
HSL 53.68º 0.84% 0.4% -
HSV(B) 53.68º 0.91% 0.73% -
XYZ 34.78 38.98 6.18 -
YUV 156.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 187 169 16 0 0.10 0.91 0.27 53.68 0.84 0.4
Hex BB A9 10 0 A 5B 1B 36 54 28
Octal 273 251 20 0 12 133 33 66 124 50
Binary 10111011 10101001 10000 0 1010 1011011 11011 110110 1010100 101000

Color Harmonies of #BBA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA910

Black with #BBA910

Text Example


Text Example

White with #BBA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA910; }

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

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

background-color css

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

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

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

border-color css

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

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

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