Html Css Color HEX #BBA819 Earls Green

📋 copy color: '#BBA819'

red 187 ◦ green 168 ◦ blue 25

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

Shades of Earls Green #BBA819

Tints of Earls Green #BBA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 49.21%
G = 44.21%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA819 (or 0xBBA819) is known color: Earls Green. HEX triplet: BB, A8 and 19. RGB value is (187,168,25). Sum of RGB (Red+Green+Blue) = 187+168+25=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA819 is #4457E6. Grayscale: #9D9D9D. Windows color (decimal): -4478951 or 1681595. OLE color: 1681595.

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

Color convert

RGB 187 168 25 -
CMYK 0 0.10 0.87 0.27
HSL 52.96º 0.76% 0.42% -
HSV(B) 52.96º 0.87% 0.73% -
XYZ 34.67 38.64 6.55 -
YUV 157.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 187 168 25 0 0.10 0.87 0.27 52.96 0.76 0.42
Hex BB A8 19 0 A 57 1B 35 4C 2A
Octal 273 250 31 0 12 127 33 65 114 52
Binary 10111011 10101000 11001 0 1010 1010111 11011 110101 1001100 101010

Color Harmonies of #BBA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA819

Black with #BBA819

Text Example


Text Example

White with #BBA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA819; }

 p { color: rgb(187,168,25); }

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

background-color css

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

 a { background-color: rgb(187,168,25); }

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

border-color css

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

 span { border-color: rgb(187,168,25); }

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