#BFC598

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

Shades of Green Mist #BFC598

Tints of Green Mist #BFC598

Color information

#BFC598 (or 0xBFC598) is unknown color: approx Green Mist. HEX triplet: BF, C5 and 98. RGB value is (191,197,152). Sum of RGB (Red+Green+Blue) = 191+197+152=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC598 is #403A67. Grayscale: #BEBEBE. Windows color (decimal): -4209256 or 10012095. OLE color: 10012095.

HSL color Cylindrical-coordinate representation of color #BFC598: hue angle of 68º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC598 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB191197152-
CMYK0.0300.230.23
HSL68º27.95%68.43%-
HSV(B)68º22.84%77.25%-
XYZ47.1253.2837.51-
YUV190.08106.51128.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=35.37%
G=36.48%
B=28.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971520.0300.230.236827.9568.43
HexBFC598301717441c44
Octal27730523030272710434104
Binary10111111110001011001100011010111101111000100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC598; }

 p { color: rgb(191,197,152); }

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

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

 a { background-color: rgb(191,197,152); }

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

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

 span { border-color: rgb(191,197,152); }

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