Html Css Color HEX #BBA713 Earls Green

📋 copy color: '#BBA713'

red 187 ◦ green 167 ◦ blue 19

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

Shades of Earls Green #BBA713

Tints of Earls Green #BBA713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 50.13%
G = 44.77%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBA713 (or 0xBBA713) is known color: Earls Green. HEX triplet: BB, A7 and 13. RGB value is (187,167,19). Sum of RGB (Red+Green+Blue) = 187+167+19=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA713 is #4458EC. Grayscale: #9C9C9C. Windows color (decimal): -4479213 or 1288123. OLE color: 1288123.

HSL color Cylindrical-coordinate representation of color #BBA713: hue angle of 52.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA713 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 19 -
CMYK 0 0.11 0.90 0.27
HSL 52.86º 0.82% 0.4% -
HSV(B) 52.86º 0.9% 0.73% -
XYZ 34.43 38.25 6.18 -
YUV 156.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 187 167 19 0 0.11 0.90 0.27 52.86 0.82 0.4
Hex BB A7 13 0 B 5A 1B 35 52 28
Octal 273 247 23 0 13 132 33 65 122 50
Binary 10111011 10100111 10011 0 1011 1011010 11011 110101 1010010 101000

Color Harmonies of #BBA713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA713

Black with #BBA713

Text Example


Text Example

White with #BBA713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA713; }

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

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

background-color css

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

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

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

border-color css

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

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

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