#BCDE62

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

Shades of Conifer #BCDE62

Tints of Conifer #BCDE62

Color information

#BCDE62 (or 0xBCDE62) is unknown color: approx Conifer. HEX triplet: BC, DE and 62. RGB value is (188,222,98). Sum of RGB (Red+Green+Blue) = 188+222+98=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE62 is #43219D. Grayscale: #C6C6C6. Windows color (decimal): -4399518 or 6479548. OLE color: 6479548.

HSL color Cylindrical-coordinate representation of color #BCDE62: hue angle of 76.45º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDE62 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB18822298-
CMYK0.1500.560.13
HSL76.45º65.26%62.75%-
HSV(B)76.45º55.86%87.06%-
XYZ49.0663.8221.29-
YUV197.771.74121.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 98 (38.67% from 255) = 19.29%
R=37.01%
G=43.70%
B=19.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188222980.1500.560.1376.4565.2662.75
HexBCDE62F038D4c413f
Octal274336142170701511410177
Binary1011110011011110110001011110111000110110011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE62; }

 p { color: rgb(188,222,98); }

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

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

 a { background-color: rgb(188,222,98); }

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

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

 span { border-color: rgb(188,222,98); }

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