#B5E163

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

Shades of Conifer #B5E163

Tints of Conifer #B5E163

Color information

#B5E163 (or 0xB5E163) is unknown color: approx Conifer. HEX triplet: B5, E1 and 63. RGB value is (181,225,99). Sum of RGB (Red+Green+Blue) = 181+225+99=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E163 is #4A1E9C. Grayscale: #C5C5C5. Windows color (decimal): -4857501 or 6545845. OLE color: 6545845.

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

Color convert

RGB18122599-
CMYK0.2000.560.12
HSL80.95º67.74%63.53%-
HSV(B)80.95º56%88.24%-
XYZ48.2364.5821.73-
YUV197.4872.42116.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 99 (39.06% from 255) = 19.60%
R=35.84%
G=44.55%
B=19.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181225990.2000.560.1280.9567.7463.53
HexB5E16314038C514440
Octal2653411432407014121104100
Binary101101011110000111000111010001110001100101000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E163; }

 p { color: rgb(181,225,99); }

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

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

 a { background-color: rgb(181,225,99); }

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

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

 span { border-color: rgb(181,225,99); }

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