#BDE861

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

Shades of Conifer #BDE861

Tints of Conifer #BDE861

Color information

#BDE861 (or 0xBDE861) is unknown color: approx Conifer. HEX triplet: BD, E8 and 61. RGB value is (189,232,97). Sum of RGB (Red+Green+Blue) = 189+232+97=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE861 is #42179E. Grayscale: #CCCCCC. Windows color (decimal): -4331423 or 6416573. OLE color: 6416573.

HSL color Cylindrical-coordinate representation of color #BDE861: hue angle of 79.11º 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 #BDE861 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB18923297-
CMYK0.1900.580.09
HSL79.11º74.59%64.51%-
HSV(B)79.11º58.19%90.98%-
XYZ5269.421.96-
YUV203.7567.75117.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 232 (91.02% from 255) = 44.79%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=36.49%
G=44.79%
B=18.73%

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
Decimal189232970.1900.580.0979.1174.5964.51
HexBDE8611303A94f4b41
Octal2753501412307211117113101
Binary101111011110100011000011001101110101001100111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE861; }

 p { color: rgb(189,232,97); }

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

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

 a { background-color: rgb(189,232,97); }

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

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

 span { border-color: rgb(189,232,97); }

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