#BCE761

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

Shades of Conifer #BCE761

Tints of Conifer #BCE761

Color information

#BCE761 (or 0xBCE761) is unknown color: approx Conifer. HEX triplet: BC, E7 and 61. RGB value is (188,231,97). Sum of RGB (Red+Green+Blue) = 188+231+97=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE761 is #43189E. Grayscale: #CBCBCB. Windows color (decimal): -4397215 or 6416316. OLE color: 6416316.

HSL color Cylindrical-coordinate representation of color #BCE761: hue angle of 79.25º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE761 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB18823197-
CMYK0.1900.580.09
HSL79.25º73.63%64.31%-
HSV(B)79.25º58.01%90.59%-
XYZ51.4768.7121.86-
YUV202.8768.25117.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 231 (90.62% from 255) = 44.77%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=36.43%
G=44.77%
B=18.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188231970.1900.580.0979.2573.6364.31
HexBCE7611303A94f4a40
Octal2743471412307211117112100
Binary101111001110011111000011001101110101001100111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE761; }

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

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

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

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

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

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

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

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