Html Css Color HEX #BBB731 Earls Green

📋 copy color: '#BBB731'

red 187 ◦ green 183 ◦ blue 49

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

Shades of Earls Green #BBB731

Tints of Earls Green #BBB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

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

R = 44.63%
G = 43.68%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBB731 (or 0xBBB731) is known color: Earls Green. HEX triplet: BB, B7 and 31. RGB value is (187,183,49). Sum of RGB (Red+Green+Blue) = 187+183+49=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB731 is #4448CE. Grayscale: #A9A9A9. Windows color (decimal): -4475087 or 3258299. OLE color: 3258299.

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

Color convert

RGB 187 183 49 -
CMYK 0 0.02 0.74 0.27
HSL 58.26º 0.58% 0.46% -
HSV(B) 58.26º 0.74% 0.73% -
XYZ 37.98 44.65 9.52 -
YUV 168.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 187 183 49 0 0.02 0.74 0.27 58.26 0.58 0.46
Hex BB B7 31 0 2 4A 1B 3A 3A 2E
Octal 273 267 61 0 2 112 33 72 72 56
Binary 10111011 10110111 110001 0 10 1001010 11011 111010 111010 101110

Color Harmonies of #BBB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB731

Black with #BBB731

Text Example


Text Example

White with #BBB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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