#BCE14B

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

Shades of Conifer #BCE14B

Tints of Conifer #BCE14B

Color information

#BCE14B (or 0xBCE14B) is unknown color: approx Conifer. HEX triplet: BC, E1 and 4B. RGB value is (188,225,75). Sum of RGB (Red+Green+Blue) = 188+225+75=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE14B is #431EB4. Grayscale: #C5C5C5. Windows color (decimal): -4398773 or 4972988. OLE color: 4972988.

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

Color convert

RGB18822575-
CMYK0.1600.670.12
HSL74.8º71.43%58.82%-
HSV(B)74.8º66.67%88.24%-
XYZ48.9365.0516.63-
YUV196.8459.24121.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 225 (88.28% from 255) = 46.11%
BLUE value IS 75 (29.69% from 255) = 15.37%
R=38.52%
G=46.11%
B=15.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188225750.1600.670.1274.871.4358.82
HexBCE14B10043C4b473b
Octal2743411132001031411310773
Binary101111001110000110010111000001000011110010010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE14B; }

 p { color: rgb(188,225,75); }

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

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

 a { background-color: rgb(188,225,75); }

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

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

 span { border-color: rgb(188,225,75); }

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