Html Css Color HEX #BBB325 Earls Green

📋 copy color: '#BBB325'

red 187 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #BBB325

Tints of Earls Green #BBB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 46.4%
G = 44.42%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBB325 (or 0xBBB325) is known color: Earls Green. HEX triplet: BB, B3 and 25. RGB value is (187,179,37). Sum of RGB (Red+Green+Blue) = 187+179+37=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB325 is #444CDA. Grayscale: #A5A5A5. Windows color (decimal): -4476123 or 2470843. OLE color: 2470843.

HSL color Cylindrical-coordinate representation of color #BBB325: hue angle of 56.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBB325 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 37 -
CMYK 0 0.04 0.80 0.27
HSL 56.8º 0.67% 0.44% -
HSV(B) 56.8º 0.8% 0.73% -
XYZ 36.95 42.94 8.09 -
YUV 165.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 187 179 37 0 0.04 0.80 0.27 56.8 0.67 0.44
Hex BB B3 25 0 4 50 1B 39 43 2C
Octal 273 263 45 0 4 120 33 71 103 54
Binary 10111011 10110011 100101 0 100 1010000 11011 111001 1000011 101100

Color Harmonies of #BBB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB325

Black with #BBB325

Text Example


Text Example

White with #BBB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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