#BDE164

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

Shades of Conifer #BDE164

Tints of Conifer #BDE164

Color information

#BDE164 (or 0xBDE164) is unknown color: approx Conifer. HEX triplet: BD, E1 and 64. RGB value is (189,225,100). Sum of RGB (Red+Green+Blue) = 189+225+100=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE164 is #421E9B. Grayscale: #C8C8C8. Windows color (decimal): -4333212 or 6611389. OLE color: 6611389.

HSL color Cylindrical-coordinate representation of color #BDE164: hue angle of 77.28º 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 #BDE164 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB189225100-
CMYK0.1600.560.12
HSL77.28º67.57%63.73%-
HSV(B)77.28º55.56%88.24%-
XYZ50.2165.5922.07-
YUV199.9971.57120.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 100 (39.45% from 255) = 19.46%
R=36.77%
G=43.77%
B=19.46%

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
Decimal1892251000.1600.560.1277.2867.5763.73
HexBDE16410038C4d4440
Octal2753411442007014115104100
Binary101111011110000111001001000001110001100100110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE164; }

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

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

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

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

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

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

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

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