Html Css Color HEX #BBA719 Earls Green

📋 copy color: '#BBA719'

red 187 ◦ green 167 ◦ blue 25

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

Shades of Earls Green #BBA719

Tints of Earls Green #BBA719

RGB

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

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

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

R = 49.34%
G = 44.06%
B = 6.6%

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

#BBA719 (or 0xBBA719) is known color: Earls Green. HEX triplet: BB, A7 and 19. RGB value is (187,167,25). Sum of RGB (Red+Green+Blue) = 187+167+25=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA719 is #4458E6. Grayscale: #9D9D9D. Windows color (decimal): -4479207 or 1681339. OLE color: 1681339.

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

Color convert

RGB 187 167 25 -
CMYK 0 0.11 0.87 0.27
HSL 52.59º 0.76% 0.42% -
HSV(B) 52.59º 0.87% 0.73% -
XYZ 34.49 38.27 6.49 -
YUV 156.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 187 167 25 0 0.11 0.87 0.27 52.59 0.76 0.42
Hex BB A7 19 0 B 57 1B 35 4C 2A
Octal 273 247 31 0 13 127 33 65 114 52
Binary 10111011 10100111 11001 0 1011 1010111 11011 110101 1001100 101010

Color Harmonies of #BBA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA719

Black with #BBA719

Text Example


Text Example

White with #BBA719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA719; }

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

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

background-color css

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

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

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

border-color css

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

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

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