#BCE449

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

Shades of Conifer #BCE449

Tints of Conifer #BCE449

Color information

#BCE449 (or 0xBCE449) is unknown color: approx Conifer. HEX triplet: BC, E4 and 49. RGB value is (188,228,73). Sum of RGB (Red+Green+Blue) = 188+228+73=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE449 is #431BB6. Grayscale: #C6C6C6. Windows color (decimal): -4398007 or 4842684. OLE color: 4842684.

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

Color convert

RGB18822873-
CMYK0.1800.680.11
HSL75.48º74.16%59.02%-
HSV(B)75.48º67.98%89.41%-
XYZ49.6966.6616.55-
YUV198.3757.25120.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 228 (89.45% from 255) = 46.63%
BLUE value IS 73 (28.91% from 255) = 14.93%
R=38.45%
G=46.63%
B=14.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228730.1800.680.1175.4874.1659.02
HexBCE44912044B4b4a3b
Octal2743441112201041311311273
Binary101111001110010010010011001001000100101110010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE449; }

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

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

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

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

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

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

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

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