#BCEB61

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

Shades of Conifer #BCEB61

Tints of Conifer #BCEB61

Color information

#BCEB61 (or 0xBCEB61) is unknown color: approx Conifer. HEX triplet: BC, EB and 61. RGB value is (188,235,97). Sum of RGB (Red+Green+Blue) = 188+235+97=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB61 is #43149E. Grayscale: #CDCDCD. Windows color (decimal): -4396191 or 6417340. OLE color: 6417340.

HSL color Cylindrical-coordinate representation of color #BCEB61: hue angle of 80.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCEB61 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB18823597-
CMYK0.200.590.08
HSL80.43º77.53%65.1%-
HSV(B)80.43º58.72%92.16%-
XYZ52.6170.9722.24-
YUV205.2166.93115.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 235 (92.19% from 255) = 45.19%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=36.15%
G=45.19%
B=18.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188235970.200.590.0880.4377.5365.1
HexBCEB611403B8504e41
Octal2743531412407310120116101
Binary101111001110101111000011010001110111000101000010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB61; }

 p { color: rgb(188,235,97); }

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

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

 a { background-color: rgb(188,235,97); }

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

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

 span { border-color: rgb(188,235,97); }

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