#BDC38B

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

Shades of Green Mist #BDC38B

Tints of Green Mist #BDC38B

Color information

#BDC38B (or 0xBDC38B) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 8B. RGB value is (189,195,139). Sum of RGB (Red+Green+Blue) = 189+195+139=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38B is #423C74. Grayscale: #BBBBBB. Windows color (decimal): -4340853 or 9159613. OLE color: 9159613.

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

Color convert

RGB189195139-
CMYK0.0300.290.24
HSL66.43º31.82%65.49%-
HSV(B)66.43º28.72%76.47%-
XYZ45.1651.7132.03-
YUV186.82101.01129.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=36.14%
G=37.28%
B=26.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951390.0300.290.2466.4331.8265.49
HexBDC38B301D18422041
Octal27530321330353010240101
Binary101111011100001110001011110111011100010000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC38B; }

 p { color: rgb(189,195,139); }

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

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

 a { background-color: rgb(189,195,139); }

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

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

 span { border-color: rgb(189,195,139); }

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