Html Css Color HEX #BBB319 Earls Green

📋 copy color: '#BBB319'

red 187 ◦ green 179 ◦ blue 25

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

Shades of Earls Green #BBB319

Tints of Earls Green #BBB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

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

R = 47.83%
G = 45.78%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBB319 (or 0xBBB319) is known color: Earls Green. HEX triplet: BB, B3 and 19. RGB value is (187,179,25). Sum of RGB (Red+Green+Blue) = 187+179+25=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB319 is #444CE6. Grayscale: #A4A4A4. Windows color (decimal): -4476135 or 1684411. OLE color: 1684411.

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

Color convert

RGB 187 179 25 -
CMYK 0 0.04 0.87 0.27
HSL 57.04º 0.76% 0.42% -
HSV(B) 57.04º 0.87% 0.73% -
XYZ 36.79 42.88 7.26 -
YUV 163.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 187 179 25 0 0.04 0.87 0.27 57.04 0.76 0.42
Hex BB B3 19 0 4 57 1B 39 4C 2A
Octal 273 263 31 0 4 127 33 71 114 52
Binary 10111011 10110011 11001 0 100 1010111 11011 111001 1001100 101010

Color Harmonies of #BBB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB319

Black with #BBB319

Text Example


Text Example

White with #BBB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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