#B3E165

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

Shades of Conifer #B3E165

Tints of Conifer #B3E165

Color information

#B3E165 (or 0xB3E165) is unknown color: approx Conifer. HEX triplet: B3, E1 and 65. RGB value is (179,225,101). Sum of RGB (Red+Green+Blue) = 179+225+101=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E165 is #4C1E9A. Grayscale: #C5C5C5. Windows color (decimal): -4988571 or 6676915. OLE color: 6676915.

HSL color Cylindrical-coordinate representation of color #B3E165: hue angle of 82.26º 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 #B3E165 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB179225101-
CMYK0.2000.550.12
HSL82.26º67.39%63.92%-
HSV(B)82.26º55.11%88.24%-
XYZ47.8664.3722.21-
YUV197.1173.76115.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 101 (39.84% from 255) = 20%
R=35.45%
G=44.55%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792251010.2000.550.1282.2667.3963.92
HexB3E16514037C524340
Octal2633411452406714122103100
Binary101100111110000111001011010001101111100101001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E165; }

 p { color: rgb(179,225,101); }

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

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

 a { background-color: rgb(179,225,101); }

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

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

 span { border-color: rgb(179,225,101); }

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