Html Css Color HEX #BBC88D Green Mist

📋 copy color: '#BBC88D'

red 187 ◦ green 200 ◦ blue 141

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

Shades of Green Mist #BBC88D

Tints of Green Mist #BBC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.88%

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

R = 35.42%
G = 37.88%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#BBC88D (or 0xBBC88D) is known color: Green Mist. HEX triplet: BB, C8 and 8D. RGB value is (187,200,141). Sum of RGB (Red+Green+Blue) = 187+200+141=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC88D is #443772. Grayscale: #BDBDBD. Windows color (decimal): -4470643 or 9291963. OLE color: 9291963.

HSL color Cylindrical-coordinate representation of color #BBC88D: hue angle of 73.22º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC88D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 141 -
CMYK 0.06 0 0.29 0.22
HSL 73.22º 0.35% 0.67% -
HSV(B) 73.22º 0.3% 0.78% -
XYZ 45.96 53.8 33.16 -
YUV 189.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 187 200 141 0.06 0 0.29 0.22 73.22 0.35 0.67
Hex BB C8 8D 6 0 1D 16 49 23 43
Octal 273 310 215 6 0 35 26 111 43 103
Binary 10111011 11001000 10001101 110 0 11101 10110 1001001 100011 1000011

Color Harmonies of #BBC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC88D

Black with #BBC88D

Text Example


Text Example

White with #BBC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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