#BDED5D

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

Shades of Conifer #BDED5D

Tints of Conifer #BDED5D

Color information

#BDED5D (or 0xBDED5D) is unknown color: approx Conifer. HEX triplet: BD, ED and 5D. RGB value is (189,237,93). Sum of RGB (Red+Green+Blue) = 189+237+93=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED5D is #4212A2. Grayscale: #CECECE. Windows color (decimal): -4330147 or 6155709. OLE color: 6155709.

HSL color Cylindrical-coordinate representation of color #BDED5D: hue angle of 80º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDED5D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB18923793-
CMYK0.2000.610.07
HSL80º80%64.71%-
HSV(B)80º60.76%92.94%-
XYZ53.2572.1821.48-
YUV206.2364.1115.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 237 (92.97% from 255) = 45.66%
BLUE value IS 93 (36.72% from 255) = 17.92%
R=36.42%
G=45.66%
B=17.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189237930.2000.610.07808064.71
HexBDED5D1403D7505041
Octal275355135240757120120101
Binary10111101111011011011101101000111101111101000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED5D; }

 p { color: rgb(189,237,93); }

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

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

 a { background-color: rgb(189,237,93); }

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

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

 span { border-color: rgb(189,237,93); }

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