#BFCA8A

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

Shades of Green Mist #BFCA8A

Tints of Green Mist #BFCA8A

Color information

#BFCA8A (or 0xBFCA8A) is unknown color: approx Green Mist. HEX triplet: BF, CA and 8A. RGB value is (191,202,138). Sum of RGB (Red+Green+Blue) = 191+202+138=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA8A is #403575. Grayscale: #BFBFBF. Windows color (decimal): -4207990 or 9095871. OLE color: 9095871.

HSL color Cylindrical-coordinate representation of color #BFCA8A: hue angle of 70.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFCA8A is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB191202138-
CMYK0.0500.320.21
HSL70.31º37.65%66.67%-
HSV(B)70.31º31.68%79.22%-
XYZ47.1955.1532.2-
YUV191.4297.86127.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=35.97%
G=38.04%
B=25.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021380.0500.320.2170.3137.6566.67
HexBFCA8A502015462643
Octal27731221250402510646103
Binary10111111110010101000101010101000001010110001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA8A; }

 p { color: rgb(191,202,138); }

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

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

 a { background-color: rgb(191,202,138); }

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

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

 span { border-color: rgb(191,202,138); }

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