#BCEA55

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

Shades of Conifer #BCEA55

Tints of Conifer #BCEA55

Color information

#BCEA55 (or 0xBCEA55) is unknown color: approx Conifer. HEX triplet: BC, EA and 55. RGB value is (188,234,85). Sum of RGB (Red+Green+Blue) = 188+234+85=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA55 is #4315AA. Grayscale: #CBCBCB. Windows color (decimal): -4396459 or 5630652. OLE color: 5630652.

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

Color convert

RGB18823485-
CMYK0.2000.640.08
HSL78.52º78.01%62.55%-
HSV(B)78.52º63.68%91.76%-
XYZ51.870.1919.41-
YUV203.2661.26117.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 234 (91.80% from 255) = 46.15%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=37.08%
G=46.15%
B=16.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188234850.2000.640.0878.5278.0162.55
HexBCEA551404084f4e3f
Octal2743521252401001011711677
Binary101111001110101010101011010001000000100010011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA55; }

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

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

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

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

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

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

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

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