Html Css Color HEX #BBC092 Green Mist

📋 copy color: '#BBC092'

red 187 ◦ green 192 ◦ blue 146

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

Shades of Green Mist #BBC092

Tints of Green Mist #BBC092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 35.62%
G = 36.57%
B = 27.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BBC092 (or 0xBBC092) is known color: Green Mist. HEX triplet: BB, C0 and 92. RGB value is (187,192,146). Sum of RGB (Red+Green+Blue) = 187+192+146=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC092 is #443F6D. Grayscale: #B9B9B9. Windows color (decimal): -4472686 or 9617595. OLE color: 9617595.

HSL color Cylindrical-coordinate representation of color #BBC092: hue angle of 66.52º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC092 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 146 -
CMYK 0.03 0 0.24 0.25
HSL 66.52º 0.27% 0.66% -
HSV(B) 66.52º 0.24% 0.75% -
XYZ 44.53 50.34 34.56 -
YUV 185.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 187 192 146 0.03 0 0.24 0.25 66.52 0.27 0.66
Hex BB C0 92 3 0 18 19 43 1B 42
Octal 273 300 222 3 0 30 31 103 33 102
Binary 10111011 11000000 10010010 11 0 11000 11001 1000011 11011 1000010

Color Harmonies of #BBC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC092

Black with #BBC092

Text Example


Text Example

White with #BBC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC092; }

 p { color: rgb(187,192,146); }

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

background-color css

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

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

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

border-color css

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

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

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