#BCE942

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

Shades of Conifer #BCE942

Tints of Conifer #BCE942

Color information

#BCE942 (or 0xBCE942) is unknown color: approx Conifer. HEX triplet: BC, E9 and 42. RGB value is (188,233,66). Sum of RGB (Red+Green+Blue) = 188+233+66=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE942 is #4316BD. Grayscale: #C9C9C9. Windows color (decimal): -4396734 or 4385212. OLE color: 4385212.

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

Color convert

RGB18823366-
CMYK0.1900.720.09
HSL76.17º79.15%58.63%-
HSV(B)76.17º71.67%91.37%-
XYZ50.8669.3615.86-
YUV200.5152.09119.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 233 (91.41% from 255) = 47.84%
BLUE value IS 66 (26.17% from 255) = 13.55%
R=38.60%
G=47.84%
B=13.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188233660.1900.720.0976.1779.1558.63
HexBCE9421304894c4f3b
Octal2743511022301101111411773
Binary101111001110100110000101001101001000100110011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE942; }

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

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

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

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

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

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

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

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