Html Css Color HEX #BBA715 Earls Green

📋 copy color: '#BBA715'

red 187 ◦ green 167 ◦ blue 21

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

Shades of Earls Green #BBA715

Tints of Earls Green #BBA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 49.87%
G = 44.53%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA715 (or 0xBBA715) is known color: Earls Green. HEX triplet: BB, A7 and 15. RGB value is (187,167,21). Sum of RGB (Red+Green+Blue) = 187+167+21=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA715 is #4458EA. Grayscale: #9C9C9C. Windows color (decimal): -4479211 or 1419195. OLE color: 1419195.

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

Color convert

RGB 187 167 21 -
CMYK 0 0.11 0.89 0.27
HSL 52.77º 0.8% 0.41% -
HSV(B) 52.77º 0.89% 0.73% -
XYZ 34.45 38.26 6.28 -
YUV 156.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 187 167 21 0 0.11 0.89 0.27 52.77 0.8 0.41
Hex BB A7 15 0 B 59 1B 35 50 29
Octal 273 247 25 0 13 131 33 65 120 51
Binary 10111011 10100111 10101 0 1011 1011001 11011 110101 1010000 101001

Color Harmonies of #BBA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA715

Black with #BBA715

Text Example


Text Example

White with #BBA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA715; }

 p { color: rgb(187,167,21); }

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

background-color css

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

 a { background-color: rgb(187,167,21); }

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

border-color css

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

 span { border-color: rgb(187,167,21); }

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