#BCED44

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

Shades of Conifer #BCED44

Tints of Conifer #BCED44

Color information

#BCED44 (or 0xBCED44) is unknown color: approx Conifer. HEX triplet: BC, ED and 44. RGB value is (188,237,68). Sum of RGB (Red+Green+Blue) = 188+237+68=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED44 is #4312BB. Grayscale: #CBCBCB. Windows color (decimal): -4395708 or 4517308. OLE color: 4517308.

HSL color Cylindrical-coordinate representation of color #BCED44: hue angle of 77.4º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCED44 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB18823768-
CMYK0.2100.710.07
HSL77.4º82.44%59.8%-
HSV(B)77.4º71.31%92.94%-
XYZ52.0771.6816.56-
YUV203.0851.77117.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 68 (26.95% from 255) = 13.79%
R=38.13%
G=48.07%
B=13.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188237680.2100.710.0777.482.4459.8
HexBCED441504774d523c
Octal274355104250107711512274
Binary10111100111011011000100101010100011111110011011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED44; }

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

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

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

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

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

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

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

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