#BCE453

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

Shades of Conifer #BCE453

Tints of Conifer #BCE453

Color information

#BCE453 (or 0xBCE453) is unknown color: approx Conifer. HEX triplet: BC, E4 and 53. RGB value is (188,228,83). Sum of RGB (Red+Green+Blue) = 188+228+83=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE453 is #431BAC. Grayscale: #C8C8C8. Windows color (decimal): -4397997 or 5498044. OLE color: 5498044.

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

Color convert

RGB18822883-
CMYK0.1800.640.11
HSL76.55º72.86%60.98%-
HSV(B)76.55º63.6%89.41%-
XYZ50.0466.818.44-
YUV199.5162.25119.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 83 (32.81% from 255) = 16.63%
R=37.68%
G=45.69%
B=16.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228830.1800.640.1176.5572.8660.98
HexBCE45312040B4d493d
Octal2743441232201001311511175
Binary101111001110010010100111001001000000101110011011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE453; }

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

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

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

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

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

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

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

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