Html Css Color HEX #BBBB93 Green Mist

📋 copy color: '#BBBB93'

red 187 ◦ green 187 ◦ blue 147

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

Shades of Green Mist #BBBB93

Tints of Green Mist #BBBB93

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 35.89%
G = 35.89%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBBB93 (or 0xBBBB93) is known color: Green Mist. HEX triplet: BB, BB and 93. RGB value is (187,187,147). Sum of RGB (Red+Green+Blue) = 187+187+147=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB93 is #44446C. Grayscale: #B6B6B6. Windows color (decimal): -4473965 or 9681851. OLE color: 9681851.

HSL color Cylindrical-coordinate representation of color #BBBB93: hue angle of 60º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBB93 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 147 -
CMYK 0 0 0.21 0.27
HSL 60º 0.23% 0.65% -
HSV(B) 60º 0.21% 0.73% -
XYZ 43.53 48.21 34.62 -
YUV 182.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 187 187 147 0 0 0.21 0.27 60 0.23 0.65
Hex BB BB 93 0 0 15 1B 3C 17 41
Octal 273 273 223 0 0 25 33 74 27 101
Binary 10111011 10111011 10010011 0 0 10101 11011 111100 10111 1000001

Color Harmonies of #BBBB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB93

Black with #BBBB93

Text Example


Text Example

White with #BBBB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB93; }

 p { color: rgb(187,187,147); }

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

background-color css

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

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

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

border-color css

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

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

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