#BCE644

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

Shades of Conifer #BCE644

Tints of Conifer #BCE644

Color information

#BCE644 (or 0xBCE644) is unknown color: approx Conifer. HEX triplet: BC, E6 and 44. RGB value is (188,230,68). Sum of RGB (Red+Green+Blue) = 188+230+68=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE644 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE644 is #4319BB. Grayscale: #C7C7C7. Windows color (decimal): -4397500 or 4515516. OLE color: 4515516.

HSL color Cylindrical-coordinate representation of color #BCE644: hue angle of 75.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE644 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB18823068-
CMYK0.1800.700.10
HSL75.56º76.42%58.43%-
HSV(B)75.56º70.43%90.2%-
XYZ50.0867.715.9-
YUV198.9754.09120.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 68 (26.95% from 255) = 13.99%
R=38.68%
G=47.33%
B=13.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188230680.1800.700.1075.5676.4258.43
HexBCE64412046A4c4c3a
Octal2743461042201061211411472
Binary101111001110011010001001001001000110101010011001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE644; }

 p { color: rgb(188,230,68); }

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

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

 a { background-color: rgb(188,230,68); }

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

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

 span { border-color: rgb(188,230,68); }

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