#BCDA60

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

Shades of Conifer #BCDA60

Tints of Conifer #BCDA60

Color information

#BCDA60 (or 0xBCDA60) is unknown color: approx Conifer. HEX triplet: BC, DA and 60. RGB value is (188,218,96). Sum of RGB (Red+Green+Blue) = 188+218+96=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA60 is #43259F. Grayscale: #C3C3C3. Windows color (decimal): -4400544 or 6347452. OLE color: 6347452.

HSL color Cylindrical-coordinate representation of color #BCDA60: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDA60 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB18821896-
CMYK0.1400.560.15
HSL74.75º62.24%61.57%-
HSV(B)74.75º55.96%85.49%-
XYZ47.9261.6820.45-
YUV195.1272.06122.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=37.45%
G=43.43%
B=19.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188218960.1400.560.1574.7562.2461.57
HexBCDA60E038F4b3e3e
Octal27433214016070171137676
Binary101111001101101011000001110011100011111001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA60; }

 p { color: rgb(188,218,96); }

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

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

 a { background-color: rgb(188,218,96); }

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

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

 span { border-color: rgb(188,218,96); }

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