#BCE755

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

Shades of Conifer #BCE755

Tints of Conifer #BCE755

Color information

#BCE755 (or 0xBCE755) is unknown color: approx Conifer. HEX triplet: BC, E7 and 55. RGB value is (188,231,85). Sum of RGB (Red+Green+Blue) = 188+231+85=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE755 is #4318AA. Grayscale: #CACACA. Windows color (decimal): -4397227 or 5629884. OLE color: 5629884.

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

Color convert

RGB18823185-
CMYK0.1900.630.09
HSL77.67º75.26%61.96%-
HSV(B)77.67º63.2%90.59%-
XYZ50.9568.519.13-
YUV201.562.25118.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 85 (33.59% from 255) = 16.87%
R=37.30%
G=45.83%
B=16.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188231850.1900.630.0977.6775.2661.96
HexBCE7551303F94e4b3e
Octal274347125230771111611376
Binary10111100111001111010101100110111111100110011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE755; }

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

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

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

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

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

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

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

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