#BDC88D

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

Shades of Green Mist #BDC88D

Tints of Green Mist #BDC88D

Color information

#BDC88D (or 0xBDC88D) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 8D. RGB value is (189,200,141). Sum of RGB (Red+Green+Blue) = 189+200+141=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88D is #423772. Grayscale: #BEBEBE. Windows color (decimal): -4339571 or 9291965. OLE color: 9291965.

HSL color Cylindrical-coordinate representation of color #BDC88D: hue angle of 71.19º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC88D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB189200141-
CMYK0.0600.290.22
HSL71.19º34.91%66.86%-
HSV(B)71.19º29.5%78.43%-
XYZ46.4554.0533.18-
YUV189.98100.36127.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=35.66%
G=37.74%
B=26.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001410.0600.290.2271.1934.9166.86
HexBDC88D601D16472343
Octal27531021560352610743103
Binary1011110111001000100011011100111011011010001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC88D; }

 p { color: rgb(189,200,141); }

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

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

 a { background-color: rgb(189,200,141); }

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

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

 span { border-color: rgb(189,200,141); }

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