#BCE064

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

Shades of Conifer #BCE064

Tints of Conifer #BCE064

Color information

#BCE064 (or 0xBCE064) is unknown color: approx Conifer. HEX triplet: BC, E0 and 64. RGB value is (188,224,100). Sum of RGB (Red+Green+Blue) = 188+224+100=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE064 is #431F9B. Grayscale: #C7C7C7. Windows color (decimal): -4399004 or 6611132. OLE color: 6611132.

HSL color Cylindrical-coordinate representation of color #BCE064: hue angle of 77.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE064 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB188224100-
CMYK0.1600.550.12
HSL77.42º66.67%63.53%-
HSV(B)77.42º55.36%87.84%-
XYZ49.6964.9221.97-
YUV199.172.07120.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=36.72%
G=43.75%
B=19.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241000.1600.550.1277.4266.6763.53
HexBCE06410037C4d4340
Octal2743401442006714115103100
Binary101111001110000011001001000001101111100100110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE064; }

 p { color: rgb(188,224,100); }

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

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

 a { background-color: rgb(188,224,100); }

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

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

 span { border-color: rgb(188,224,100); }

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