#BDCA93

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

Shades of Green Mist #BDCA93

Tints of Green Mist #BDCA93

Color information

#BDCA93 (or 0xBDCA93) is unknown color: approx Green Mist. HEX triplet: BD, CA and 93. RGB value is (189,202,147). Sum of RGB (Red+Green+Blue) = 189+202+147=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA93 is #42356C. Grayscale: #C0C0C0. Windows color (decimal): -4339053 or 9685693. OLE color: 9685693.

HSL color Cylindrical-coordinate representation of color #BDCA93: hue angle of 74.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDCA93 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB189202147-
CMYK0.0600.270.21
HSL74.18º34.16%68.43%-
HSV(B)74.18º27.23%79.22%-
XYZ47.3755.1735.76-
YUV191.84102.69125.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=35.13%
G=37.55%
B=27.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021470.0600.270.2174.1834.1668.43
HexBDCA93601B154a2244
Octal27531222360332511242104
Binary1011110111001010100100111100110111010110010101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA93; }

 p { color: rgb(189,202,147); }

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

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

 a { background-color: rgb(189,202,147); }

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

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

 span { border-color: rgb(189,202,147); }

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