#BCED60

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

Shades of Conifer #BCED60

Tints of Conifer #BCED60

Color information

#BCED60 (or 0xBCED60) is unknown color: approx Conifer. HEX triplet: BC, ED and 60. RGB value is (188,237,96). Sum of RGB (Red+Green+Blue) = 188+237+96=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED60 is #43129F. Grayscale: #CECECE. Windows color (decimal): -4395680 or 6352316. OLE color: 6352316.

HSL color Cylindrical-coordinate representation of color #BCED60: hue angle of 80.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCED60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB18823796-
CMYK0.2100.590.07
HSL80.85º79.66%65.29%-
HSV(B)80.85º59.49%92.94%-
XYZ53.1372.122.18-
YUV206.2765.77114.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 237 (92.97% from 255) = 45.49%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=36.08%
G=45.49%
B=18.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188237960.2100.590.0780.8579.6665.29
HexBCED601503B7515041
Octal274355140250737121120101
Binary10111100111011011100000101010111011111101000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED60; }

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

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

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

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

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

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

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

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