#BDE163

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

Shades of Conifer #BDE163

Tints of Conifer #BDE163

Color information

#BDE163 (or 0xBDE163) is unknown color: approx Conifer. HEX triplet: BD, E1 and 63. RGB value is (189,225,99). Sum of RGB (Red+Green+Blue) = 189+225+99=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE163 is #421E9C. Grayscale: #C8C8C8. Windows color (decimal): -4333213 or 6545853. OLE color: 6545853.

HSL color Cylindrical-coordinate representation of color #BDE163: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE163 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB18922599-
CMYK0.1600.560.12
HSL77.14º67.74%63.53%-
HSV(B)77.14º56%88.24%-
XYZ50.1665.5721.82-
YUV199.8771.07120.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=36.84%
G=43.86%
B=19.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189225990.1600.560.1277.1467.7463.53
HexBDE16310038C4d4440
Octal2753411432007014115104100
Binary101111011110000111000111000001110001100100110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE163; }

 p { color: rgb(189,225,99); }

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

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

 a { background-color: rgb(189,225,99); }

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

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

 span { border-color: rgb(189,225,99); }

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