#95BE63

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

Shades of Olivine #95BE63

Tints of Olivine #95BE63

Color information

#95BE63 (or 0x95BE63) is unknown color: approx Olivine. HEX triplet: 95, BE and 63. RGB value is (149,190,99). Sum of RGB (Red+Green+Blue) = 149+190+99=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE63 is #6A419C. Grayscale: #A7A7A7. Windows color (decimal): -6963613 or 6536853. OLE color: 6536853.

HSL color Cylindrical-coordinate representation of color #95BE63: hue angle of 87.03º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95BE63 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB14919099-
CMYK0.2200.480.25
HSL87.03º41.18%56.67%-
HSV(B)87.03º47.89%74.51%-
XYZ33.0644.1218.58-
YUV167.3789.42114.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=34.02%
G=43.38%
B=22.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149190990.2200.480.2587.0341.1856.67
Hex95BE631603019572939
Octal22527614326060311275171
Binary10010101101111101100011101100110000110011010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BE63; }

 p { color: rgb(149,190,99); }

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

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

 a { background-color: rgb(149,190,99); }

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

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

 span { border-color: rgb(149,190,99); }

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