Html Css Color HEX #BBBC8D Green Mist

📋 copy color: '#BBBC8D'

red 187 ◦ green 188 ◦ blue 141

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

Shades of Green Mist #BBBC8D

Tints of Green Mist #BBBC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 36.24%
G = 36.43%
B = 27.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BBBC8D (or 0xBBBC8D) is known color: Green Mist. HEX triplet: BB, BC and 8D. RGB value is (187,188,141). Sum of RGB (Red+Green+Blue) = 187+188+141=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC8D is #444372. Grayscale: #B6B6B6. Windows color (decimal): -4473715 or 9288891. OLE color: 9288891.

HSL color Cylindrical-coordinate representation of color #BBBC8D: hue angle of 61.28º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBC8D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 141 -
CMYK 0.01 0 0.25 0.26
HSL 61.28º 0.26% 0.65% -
HSV(B) 61.28º 0.25% 0.74% -
XYZ 43.28 48.45 32.27 -
YUV 182.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 187 188 141 0.01 0 0.25 0.26 61.28 0.26 0.65
Hex BB BC 8D 1 0 19 1A 3D 1A 41
Octal 273 274 215 1 0 31 32 75 32 101
Binary 10111011 10111100 10001101 1 0 11001 11010 111101 11010 1000001

Color Harmonies of #BBBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC8D

Black with #BBBC8D

Text Example


Text Example

White with #BBBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC8D; }

 p { color: rgb(187,188,141); }

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

background-color css

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

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

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

border-color css

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

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

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