#BDC298

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

Shades of Green Mist #BDC298

Tints of Green Mist #BDC298

Color information

#BDC298 (or 0xBDC298) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 98. RGB value is (189,194,152). Sum of RGB (Red+Green+Blue) = 189+194+152=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC298 is #423D67. Grayscale: #BBBBBB. Windows color (decimal): -4341096 or 10011325. OLE color: 10011325.

HSL color Cylindrical-coordinate representation of color #BDC298: hue angle of 67.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC298 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB189194152-
CMYK0.0300.220.24
HSL67.14º25.61%67.84%-
HSV(B)67.14º21.65%76.08%-
XYZ45.9551.6737.26-
YUV187.72107.84128.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=35.33%
G=36.26%
B=28.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941520.0300.220.2467.1425.6167.84
HexBDC298301618431a44
Octal27530223030263010332104
Binary10111101110000101001100011010110110001000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC298; }

 p { color: rgb(189,194,152); }

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

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

 a { background-color: rgb(189,194,152); }

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

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

 span { border-color: rgb(189,194,152); }

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