#BCE167

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

Shades of Conifer #BCE167

Tints of Conifer #BCE167

Color information

#BCE167 (or 0xBCE167) is unknown color: approx Conifer. HEX triplet: BC, E1 and 67. RGB value is (188,225,103). Sum of RGB (Red+Green+Blue) = 188+225+103=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE167 is #431E98. Grayscale: #C8C8C8. Windows color (decimal): -4398745 or 6807996. OLE color: 6807996.

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

Color convert

RGB188225103-
CMYK0.1600.540.12
HSL78.2º67.03%64.31%-
HSV(B)78.2º54.22%88.24%-
XYZ50.1165.5222.84-
YUV200.0373.24119.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 103 (40.62% from 255) = 19.96%
R=36.43%
G=43.60%
B=19.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251030.1600.540.1278.267.0364.31
HexBCE16710036C4e4340
Octal2743411472006614116103100
Binary101111001110000111001111000001101101100100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE167; }

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

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

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

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

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

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

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

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