#95C863

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

Shades of Olivine #95C863

Tints of Olivine #95C863

Color information

#95C863 (or 0x95C863) is unknown color: approx Olivine. HEX triplet: 95, C8 and 63. RGB value is (149,200,99). Sum of RGB (Red+Green+Blue) = 149+200+99=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #95C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C863 is #6A379C. Grayscale: #ADADAD. Windows color (decimal): -6961053 or 6539413. OLE color: 6539413.

HSL color Cylindrical-coordinate representation of color #95C863: hue angle of 90.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95C863 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB14920099-
CMYK0.2600.500.22
HSL90.3º47.87%58.63%-
HSV(B)90.3º50.5%78.43%-
XYZ35.348.619.32-
YUV173.2486.1110.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 99 (39.06% from 255) = 22.10%
R=33.26%
G=44.64%
B=22.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149200990.2600.500.2290.347.8758.63
Hex95C8631A032165a303b
Octal22531014332062261326073
Binary10010101110010001100011110100110010101101011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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