#BFCB90

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

Shades of Green Mist #BFCB90

Tints of Green Mist #BFCB90

Color information

#BFCB90 (or 0xBFCB90) is unknown color: approx Green Mist. HEX triplet: BF, CB and 90. RGB value is (191,203,144). Sum of RGB (Red+Green+Blue) = 191+203+144=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB90 is #40346F. Grayscale: #C0C0C0. Windows color (decimal): -4207728 or 9489343. OLE color: 9489343.

HSL color Cylindrical-coordinate representation of color #BFCB90: hue angle of 72.2º degrees, saturation: 0.36, 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 #BFCB90 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB191203144-
CMYK0.0600.290.20
HSL72.2º36.2%68.04%-
HSV(B)72.2º29.06%79.61%-
XYZ47.8855.834.63-
YUV192.69100.52126.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=35.50%
G=37.73%
B=26.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031440.0600.290.2072.236.268.04
HexBFCB90601D14482444
Octal27731322060352411044104
Binary1011111111001011100100001100111011010010010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB90; }

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

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

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

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

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

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

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

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