#BCED64

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

Shades of Conifer #BCED64

Tints of Conifer #BCED64

Color information

#BCED64 (or 0xBCED64) is unknown color: approx Conifer. HEX triplet: BC, ED and 64. RGB value is (188,237,100). Sum of RGB (Red+Green+Blue) = 188+237+100=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED64 is #43129B. Grayscale: #CFCFCF. Windows color (decimal): -4395676 or 6614460. OLE color: 6614460.

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

Color convert

RGB188237100-
CMYK0.2100.580.07
HSL81.46º79.19%66.08%-
HSV(B)81.46º57.81%92.94%-
XYZ53.3272.1823.18-
YUV206.7367.77114.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=35.81%
G=45.14%
B=19.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371000.2100.580.0781.4679.1966.08
HexBCED641503A7514f42
Octal274355144250727121117102
Binary10111100111011011100100101010111010111101000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED64; }

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

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

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

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

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

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

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

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