#BDE95C

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

Shades of Conifer #BDE95C

Tints of Conifer #BDE95C

Color information

#BDE95C (or 0xBDE95C) is unknown color: approx Conifer. HEX triplet: BD, E9 and 5C. RGB value is (189,233,92). Sum of RGB (Red+Green+Blue) = 189+233+92=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE95C is #4216A3. Grayscale: #CCCCCC. Windows color (decimal): -4331172 or 6089149. OLE color: 6089149.

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

Color convert

RGB18923392-
CMYK0.1900.610.09
HSL78.72º76.22%63.73%-
HSV(B)78.72º60.52%91.37%-
XYZ52.0669.8720.87-
YUV203.7764.92117.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=36.77%
G=45.33%
B=17.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189233920.1900.610.0978.7276.2263.73
HexBDE95C1303D94f4c40
Octal2753511342307511117114100
Binary101111011110100110111001001101111011001100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE95C; }

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

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

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

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

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

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

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

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