#BFCC90

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

Shades of Green Mist #BFCC90

Tints of Green Mist #BFCC90

Color information

#BFCC90 (or 0xBFCC90) is unknown color: approx Green Mist. HEX triplet: BF, CC and 90. RGB value is (191,204,144). Sum of RGB (Red+Green+Blue) = 191+204+144=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC90 is #40336F. Grayscale: #C1C1C1. Windows color (decimal): -4207472 or 9489599. OLE color: 9489599.

HSL color Cylindrical-coordinate representation of color #BFCC90: hue angle of 73º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFCC90 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB191204144-
CMYK0.0600.290.2
HSL73º37.04%68.24%-
HSV(B)73º29.41%80%-
XYZ48.1156.2834.71-
YUV193.27100.19126.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=35.44%
G=37.85%
B=26.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041440.0600.290.27337.0468.24
HexBFCC90601D14492544
Octal27731422060352411145104
Binary1011111111001100100100001100111011010010010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC90; }

 p { color: rgb(191,204,144); }

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

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

 a { background-color: rgb(191,204,144); }

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

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

 span { border-color: rgb(191,204,144); }

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