#BCE455

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

Shades of Conifer #BCE455

Tints of Conifer #BCE455

Color information

#BCE455 (or 0xBCE455) is unknown color: approx Conifer. HEX triplet: BC, E4 and 55. RGB value is (188,228,85). Sum of RGB (Red+Green+Blue) = 188+228+85=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE455 is #431BAA. Grayscale: #C8C8C8. Windows color (decimal): -4397995 or 5629116. OLE color: 5629116.

HSL color Cylindrical-coordinate representation of color #BCE455: hue angle of 76.78º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCE455 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB18822885-
CMYK0.1800.630.11
HSL76.78º72.59%61.37%-
HSV(B)76.78º62.72%89.41%-
XYZ50.1266.8318.85-
YUV199.7463.25119.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 228 (89.45% from 255) = 45.51%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=37.52%
G=45.51%
B=16.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228850.1800.630.1176.7872.5961.37
HexBCE4551203FB4d493d
Octal274344125220771311511175
Binary10111100111001001010101100100111111101110011011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE455; }

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

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

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

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

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

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

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

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