Html Css Color HEX #BBBB9D Green Mist

📋 copy color: '#BBBB9D'

red 187 ◦ green 187 ◦ blue 157

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

Shades of Green Mist #BBBB9D

Tints of Green Mist #BBBB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.57%

R = 35.22%
G = 35.22%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBBB9D (or 0xBBBB9D) is known color: Green Mist. HEX triplet: BB, BB and 9D. RGB value is (187,187,157). Sum of RGB (Red+Green+Blue) = 187+187+157=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9D is #444462. Grayscale: #B7B7B7. Windows color (decimal): -4473955 or 10337211. OLE color: 10337211.

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

Color convert

RGB 187 187 157 -
CMYK 0 0 0.16 0.27
HSL 60º 0.18% 0.67% -
HSV(B) 60º 0.16% 0.73% -
XYZ 44.35 48.54 38.93 -
YUV 183.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 187 187 157 0 0 0.16 0.27 60 0.18 0.67
Hex BB BB 9D 0 0 10 1B 3C 12 43
Octal 273 273 235 0 0 20 33 74 22 103
Binary 10111011 10111011 10011101 0 0 10000 11011 111100 10010 1000011

Color Harmonies of #BBBB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB9D

Black with #BBBB9D

Text Example


Text Example

White with #BBBB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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