#BCD85A

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

Shades of Conifer #BCD85A

Tints of Conifer #BCD85A

Color information

#BCD85A (or 0xBCD85A) is unknown color: approx Conifer. HEX triplet: BC, D8 and 5A. RGB value is (188,216,90). Sum of RGB (Red+Green+Blue) = 188+216+90=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85A is #4327A5. Grayscale: #C1C1C1. Windows color (decimal): -4401062 or 5953724. OLE color: 5953724.

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

Color convert

RGB18821690-
CMYK0.1300.580.15
HSL73.33º61.76%60%-
HSV(B)73.33º58.33%84.71%-
XYZ47.1460.5418.87-
YUV193.2669.72124.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=38.06%
G=43.72%
B=18.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188216900.1300.580.1573.3361.7660
HexBCD85AD03AF493e3c
Octal27433013215072171117674
Binary101111001101100010110101101011101011111001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD85A; }

 p { color: rgb(188,216,90); }

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

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

 a { background-color: rgb(188,216,90); }

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

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

 span { border-color: rgb(188,216,90); }

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