Html Css Color HEX #BBB119 Earls Green

📋 copy color: '#BBB119'

red 187 ◦ green 177 ◦ blue 25

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

Shades of Earls Green #BBB119

Tints of Earls Green #BBB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

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

R = 48.07%
G = 45.5%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBB119 (or 0xBBB119) is known color: Earls Green. HEX triplet: BB, B1 and 19. RGB value is (187,177,25). Sum of RGB (Red+Green+Blue) = 187+177+25=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB119 is #444EE6. Grayscale: #A3A3A3. Windows color (decimal): -4476647 or 1683899. OLE color: 1683899.

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

Color convert

RGB 187 177 25 -
CMYK 0 0.05 0.87 0.27
HSL 56.3º 0.76% 0.42% -
HSV(B) 56.3º 0.87% 0.73% -
XYZ 36.39 42.08 7.12 -
YUV 162.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 187 177 25 0 0.05 0.87 0.27 56.3 0.76 0.42
Hex BB B1 19 0 5 57 1B 38 4C 2A
Octal 273 261 31 0 5 127 33 70 114 52
Binary 10111011 10110001 11001 0 101 1010111 11011 111000 1001100 101010

Color Harmonies of #BBB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB119

Black with #BBB119

Text Example


Text Example

White with #BBB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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