#BCE944

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

Shades of Conifer #BCE944

Tints of Conifer #BCE944

Color information

#BCE944 (or 0xBCE944) is unknown color: approx Conifer. HEX triplet: BC, E9 and 44. RGB value is (188,233,68). Sum of RGB (Red+Green+Blue) = 188+233+68=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE944 is #4316BB. Grayscale: #C9C9C9. Windows color (decimal): -4396732 or 4516284. OLE color: 4516284.

HSL color Cylindrical-coordinate representation of color #BCE944: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCE944 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB18823368-
CMYK0.1900.710.09
HSL76.36º78.95%59.02%-
HSV(B)76.36º70.82%91.37%-
XYZ50.9269.3916.18-
YUV200.7453.09118.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 233 (91.41% from 255) = 47.65%
BLUE value IS 68 (26.95% from 255) = 13.91%
R=38.45%
G=47.65%
B=13.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188233680.1900.710.0976.3678.9559.02
HexBCE9441304794c4f3b
Octal2743511042301071111411773
Binary101111001110100110001001001101000111100110011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE944; }

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

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

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

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

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

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

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

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