#95BF5E

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

Shades of Olivine #95BF5E

Tints of Olivine #95BF5E

Color information

#95BF5E (or 0x95BF5E) is unknown color: approx Olivine. HEX triplet: 95, BF and 5E. RGB value is (149,191,94). Sum of RGB (Red+Green+Blue) = 149+191+94=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF5E is #6A40A1. Grayscale: #A7A7A7. Windows color (decimal): -6963362 or 6209429. OLE color: 6209429.

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

Color convert

RGB14919194-
CMYK0.2200.510.25
HSL85.98º43.11%55.88%-
HSV(B)85.98º50.79%74.9%-
XYZ33.0544.4617.43-
YUV167.3886.59114.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=34.33%
G=44.01%
B=21.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191940.2200.510.2585.9843.1155.88
Hex95BF5E1603319562b38
Octal22527713626063311265370
Binary10010101101111111011110101100110011110011010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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