#BDE963

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

Shades of Conifer #BDE963

Tints of Conifer #BDE963

Color information

#BDE963 (or 0xBDE963) is unknown color: approx Conifer. HEX triplet: BD, E9 and 63. RGB value is (189,233,99). Sum of RGB (Red+Green+Blue) = 189+233+99=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE963 is #42169C. Grayscale: #CDCDCD. Windows color (decimal): -4331165 or 6547901. OLE color: 6547901.

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

Color convert

RGB18923399-
CMYK0.1900.580.09
HSL79.7º75.28%65.1%-
HSV(B)79.7º57.51%91.37%-
XYZ52.387022.55-
YUV204.5768.42116.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=36.28%
G=44.72%
B=19.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189233990.1900.580.0979.775.2865.1
HexBDE9631303A9504b41
Octal2753511432307211120113101
Binary101111011110100111000111001101110101001101000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE963; }

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

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

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

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

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

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

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

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