#BCED65

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

Shades of Conifer #BCED65

Tints of Conifer #BCED65

Color information

#BCED65 (or 0xBCED65) is unknown color: approx Conifer. HEX triplet: BC, ED and 65. RGB value is (188,237,101). Sum of RGB (Red+Green+Blue) = 188+237+101=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED65 is #43129A. Grayscale: #CFCFCF. Windows color (decimal): -4395675 or 6679996. OLE color: 6679996.

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

Color convert

RGB188237101-
CMYK0.2100.570.07
HSL81.62º79.07%66.27%-
HSV(B)81.62º57.38%92.94%-
XYZ53.3772.223.43-
YUV206.8468.27114.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 237 (92.97% from 255) = 45.06%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=35.74%
G=45.06%
B=19.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371010.2100.570.0781.6279.0766.27
HexBCED65150397524f42
Octal274355145250717122117102
Binary10111100111011011100101101010111001111101001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED65; }

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

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

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

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

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

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

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

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