#95BF64

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

Shades of Olivine #95BF64

Tints of Olivine #95BF64

Color information

#95BF64 (or 0x95BF64) is unknown color: approx Olivine. HEX triplet: 95, BF and 64. RGB value is (149,191,100). Sum of RGB (Red+Green+Blue) = 149+191+100=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF64 is #6A409B. Grayscale: #A8A8A8. Windows color (decimal): -6963356 or 6602645. OLE color: 6602645.

HSL color Cylindrical-coordinate representation of color #95BF64: hue angle of 87.69º degrees, saturation: 0.42, 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 #95BF64 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB149191100-
CMYK0.2200.480.25
HSL87.69º41.55%57.06%-
HSV(B)87.69º47.64%74.9%-
XYZ33.3344.5718.9-
YUV168.0789.59114.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=33.86%
G=43.41%
B=22.73%

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
Decimal1491911000.2200.480.2587.6941.5557.06
Hex95BF641603019582a39
Octal22527714426060311305271
Binary10010101101111111100100101100110000110011011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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