Html Css Color HEX #BBA716 Earls Green

📋 copy color: '#BBA716'

red 187 ◦ green 167 ◦ blue 22

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

Shades of Earls Green #BBA716

Tints of Earls Green #BBA716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 49.73%
G = 44.41%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA716 (or 0xBBA716) is known color: Earls Green. HEX triplet: BB, A7 and 16. RGB value is (187,167,22). Sum of RGB (Red+Green+Blue) = 187+167+22=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA716 is #4458E9. Grayscale: #9D9D9D. Windows color (decimal): -4479210 or 1484731. OLE color: 1484731.

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

Color convert

RGB 187 167 22 -
CMYK 0 0.11 0.88 0.27
HSL 52.73º 0.79% 0.41% -
HSV(B) 52.73º 0.88% 0.73% -
XYZ 34.46 38.26 6.33 -
YUV 156.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 187 167 22 0 0.11 0.88 0.27 52.73 0.79 0.41
Hex BB A7 16 0 B 58 1B 35 4F 29
Octal 273 247 26 0 13 130 33 65 117 51
Binary 10111011 10100111 10110 0 1011 1011000 11011 110101 1001111 101001

Color Harmonies of #BBA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA716

Black with #BBA716

Text Example


Text Example

White with #BBA716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA716; }

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

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

background-color css

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

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

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

border-color css

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

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

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