#BCE458

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

Shades of Conifer #BCE458

Tints of Conifer #BCE458

Color information

#BCE458 (or 0xBCE458) is unknown color: approx Conifer. HEX triplet: BC, E4 and 58. RGB value is (188,228,88). Sum of RGB (Red+Green+Blue) = 188+228+88=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE458 is #431BA7. Grayscale: #C8C8C8. Windows color (decimal): -4397992 or 5825724. OLE color: 5825724.

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

Color convert

RGB18822888-
CMYK0.1800.610.11
HSL77.14º72.16%61.96%-
HSV(B)77.14º61.4%89.41%-
XYZ50.2466.8819.49-
YUV200.0864.75119.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 228 (89.45% from 255) = 45.24%
BLUE value IS 88 (34.77% from 255) = 17.46%
R=37.30%
G=45.24%
B=17.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228880.1800.610.1177.1472.1661.96
HexBCE4581203DB4d483e
Octal274344130220751311511076
Binary10111100111001001011000100100111101101110011011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE458; }

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

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

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

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

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

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

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

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