#BCEE55

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

Shades of Conifer #BCEE55

Tints of Conifer #BCEE55

Color information

#BCEE55 (or 0xBCEE55) is unknown color: approx Conifer. HEX triplet: BC, EE and 55. RGB value is (188,238,85). Sum of RGB (Red+Green+Blue) = 188+238+85=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE55 is #4311AA. Grayscale: #CECECE. Windows color (decimal): -4395435 or 5631676. OLE color: 5631676.

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

Color convert

RGB18823885-
CMYK0.2100.640.07
HSL79.61º81.82%63.33%-
HSV(B)79.61º64.29%93.33%-
XYZ52.9572.519.8-
YUV205.6159.94115.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 238 (93.36% from 255) = 46.58%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=36.79%
G=46.58%
B=16.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188238850.2100.640.0779.6181.8263.33
HexBCEE5515040750523f
Octal274356125250100712012277
Binary10111100111011101010101101010100000011110100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE55; }

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

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

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

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

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

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

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

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