Html Css Color HEX #BBB531 Earls Green

📋 copy color: '#BBB531'

red 187 ◦ green 181 ◦ blue 49

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

Shades of Earls Green #BBB531

Tints of Earls Green #BBB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 44.84%
G = 43.41%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBB531 (or 0xBBB531) is known color: Earls Green. HEX triplet: BB, B5 and 31. RGB value is (187,181,49). Sum of RGB (Red+Green+Blue) = 187+181+49=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB531 is #444ACE. Grayscale: #A8A8A8. Windows color (decimal): -4475599 or 3257787. OLE color: 3257787.

HSL color Cylindrical-coordinate representation of color #BBB531: hue angle of 57.39º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB531 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 49 -
CMYK 0 0.03 0.74 0.27
HSL 57.39º 0.58% 0.46% -
HSV(B) 57.39º 0.74% 0.73% -
XYZ 37.57 43.83 9.39 -
YUV 167.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 187 181 49 0 0.03 0.74 0.27 57.39 0.58 0.46
Hex BB B5 31 0 3 4A 1B 39 3A 2E
Octal 273 265 61 0 3 112 33 71 72 56
Binary 10111011 10110101 110001 0 11 1001010 11011 111001 111010 101110

Color Harmonies of #BBB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB531

Black with #BBB531

Text Example


Text Example

White with #BBB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB531; }

 p { color: rgb(187,181,49); }

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

background-color css

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

 a { background-color: rgb(187,181,49); }

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

border-color css

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

 span { border-color: rgb(187,181,49); }

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