#BDE256

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

Shades of Conifer #BDE256

Tints of Conifer #BDE256

Color information

#BDE256 (or 0xBDE256) is unknown color: approx Conifer. HEX triplet: BD, E2 and 56. RGB value is (189,226,86). Sum of RGB (Red+Green+Blue) = 189+226+86=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE256 is #421DA9. Grayscale: #C7C7C7. Windows color (decimal): -4332970 or 5694141. OLE color: 5694141.

HSL color Cylindrical-coordinate representation of color #BDE256: hue angle of 75.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDE256 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB18922686-
CMYK0.1600.620.11
HSL75.86º70.71%61.18%-
HSV(B)75.86º61.95%88.63%-
XYZ49.8665.8818.89-
YUV198.9864.24120.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 226 (88.67% from 255) = 45.11%
BLUE value IS 86 (33.98% from 255) = 17.17%
R=37.72%
G=45.11%
B=17.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226860.1600.620.1175.8670.7161.18
HexBDE2561003EB4c473d
Octal275342126200761311410775
Binary10111101111000101010110100000111110101110011001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE256; }

 p { color: rgb(189,226,86); }

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

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

 a { background-color: rgb(189,226,86); }

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

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

 span { border-color: rgb(189,226,86); }

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