#95BF65

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

Shades of Olivine #95BF65

Tints of Olivine #95BF65

Color information

#95BF65 (or 0x95BF65) is unknown color: approx Olivine. HEX triplet: 95, BF and 65. RGB value is (149,191,101). Sum of RGB (Red+Green+Blue) = 149+191+101=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF65 is #6A409A. Grayscale: #A8A8A8. Windows color (decimal): -6963355 or 6668181. OLE color: 6668181.

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

Color convert

RGB149191101-
CMYK0.2200.470.25
HSL88º41.28%57.25%-
HSV(B)88º47.12%74.9%-
XYZ33.3744.5919.16-
YUV168.1890.09114.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=33.79%
G=43.31%
B=22.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491911010.2200.470.258841.2857.25
Hex95BF651602F19582939
Octal22527714526057311305171
Binary10010101101111111100101101100101111110011011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,101); }

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

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

 a { background-color: rgb(149,191,101); }

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

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

 span { border-color: rgb(149,191,101); }

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