Html Css Color HEX #BBA619 Earls Green

📋 copy color: '#BBA619'

red 187 ◦ green 166 ◦ blue 25

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

Shades of Earls Green #BBA619

Tints of Earls Green #BBA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

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

R = 49.47%
G = 43.92%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA619 (or 0xBBA619) is known color: Earls Green. HEX triplet: BB, A6 and 19. RGB value is (187,166,25). Sum of RGB (Red+Green+Blue) = 187+166+25=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA619 is #4459E6. Grayscale: #9C9C9C. Windows color (decimal): -4479463 or 1681083. OLE color: 1681083.

HSL color Cylindrical-coordinate representation of color #BBA619: hue angle of 52.22º 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 #BBA619 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 25 -
CMYK 0 0.11 0.87 0.27
HSL 52.22º 0.76% 0.42% -
HSV(B) 52.22º 0.87% 0.73% -
XYZ 34.31 37.91 6.43 -
YUV 156.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 187 166 25 0 0.11 0.87 0.27 52.22 0.76 0.42
Hex BB A6 19 0 B 57 1B 34 4C 2A
Octal 273 246 31 0 13 127 33 64 114 52
Binary 10111011 10100110 11001 0 1011 1010111 11011 110100 1001100 101010

Color Harmonies of #BBA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA619

Black with #BBA619

Text Example


Text Example

White with #BBA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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