#BDE455

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

Shades of Conifer #BDE455

Tints of Conifer #BDE455

Color information

#BDE455 (or 0xBDE455) is unknown color: approx Conifer. HEX triplet: BD, E4 and 55. RGB value is (189,228,85). Sum of RGB (Red+Green+Blue) = 189+228+85=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE455 is #421BAA. Grayscale: #C8C8C8. Windows color (decimal): -4332459 or 5629117. OLE color: 5629117.

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

Color convert

RGB18922885-
CMYK0.1700.630.11
HSL76.36º72.59%61.37%-
HSV(B)76.36º62.72%89.41%-
XYZ50.3766.9618.86-
YUV200.0463.08120.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=37.65%
G=45.42%
B=16.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189228850.1700.630.1176.3672.5961.37
HexBDE4551103FB4c493d
Octal275344125210771311411175
Binary10111101111001001010101100010111111101110011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE455; }

 p { color: rgb(189,228,85); }

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

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

 a { background-color: rgb(189,228,85); }

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

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

 span { border-color: rgb(189,228,85); }

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