#BBC098

Color #BBC098 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BBC098

Tints of Green Mist #BBC098

Color information

#BBC098 (or 0xBBC098) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 98. RGB value is (187,192,152). Sum of RGB (Red+Green+Blue) = 187+192+152=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC098 is #443F67. Grayscale: #BABABA. Windows color (decimal): -4472680 or 10010811. OLE color: 10010811.

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

Color convert

RGB187192152-
CMYK0.0300.210.25
HSL67.5º24.1%67.45%-
HSV(B)67.5º20.83%75.29%-
XYZ45.0150.5337.09-
YUV185.94108.84128.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=35.22%
G=36.16%
B=28.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921520.0300.210.2567.524.167.45
HexBBC098301519441843
Octal27330023030253110430103
Binary10111011110000001001100011010101110011000100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC098; }

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

 H1.HeaderClassName
 {
   color: #BBC098;
 }
 .AnyTagClassName
 {
   color: #BBC098;
 }
</style>
background-color css

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

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

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

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

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

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