#BDE964

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

Shades of Conifer #BDE964

Tints of Conifer #BDE964

Color information

#BDE964 (or 0xBDE964) is unknown color: approx Conifer. HEX triplet: BD, E9 and 64. RGB value is (189,233,100). Sum of RGB (Red+Green+Blue) = 189+233+100=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE964 is #42169B. Grayscale: #CDCDCD. Windows color (decimal): -4331164 or 6613437. OLE color: 6613437.

HSL color Cylindrical-coordinate representation of color #BDE964: hue angle of 79.85º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDE964 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB189233100-
CMYK0.1900.570.09
HSL79.85º75.14%65.29%-
HSV(B)79.85º57.08%91.37%-
XYZ52.4370.0222.81-
YUV204.6868.92116.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 100 (39.45% from 255) = 19.16%
R=36.21%
G=44.64%
B=19.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331000.1900.570.0979.8575.1465.29
HexBDE964130399504b41
Octal2753511442307111120113101
Binary101111011110100111001001001101110011001101000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE964; }

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

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

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

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

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

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

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

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