Html Css Color HEX #95A882 Olivine

📋 copy color: '#95A882'

red 149 ◦ green 168 ◦ blue 130

#95A882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #95A882

Tints of Olivine #95A882

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

 GREEN value IS 168 (66.02% from 255) = 37.58%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 33.33%
G = 37.58%
B = 29.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#95A882 (or 0x95A882) is known color: Olivine. HEX triplet: 95, A8 and 82. RGB value is (149,168,130). Sum of RGB (Red+Green+Blue) = 149+168+130=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #95A882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A882 is #6A577D. Grayscale: #9E9E9E. Windows color (decimal): -6969214 or 8562837. OLE color: 8562837.

HSL color Cylindrical-coordinate representation of color #95A882: hue angle of 90º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95A882 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 130 -
CMYK 0.11 0 0.23 0.34
HSL 90º 0.18% 0.58% -
HSV(B) 90º 0.23% 0.66% -
XYZ 30.43 36.01 26.47 -
YUV 157.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 149 168 130 0.11 0 0.23 0.34 90 0.18 0.58
Hex 95 A8 82 B 0 17 22 5A 12 3A
Octal 225 250 202 13 0 27 42 132 22 72
Binary 10010101 10101000 10000010 1011 0 10111 100010 1011010 10010 111010

Color Harmonies of #95A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A882

Black with #95A882

Text Example


Text Example

White with #95A882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,130); }

 H1.HeaderClassName
 {
   color: #95A882;
 }
 .AnyTagClassName
 {
   color: #95A882;
 }
</style>

background-color css

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

 a { background-color: rgb(149,168,130); }

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

border-color css

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

 span { border-color: rgb(149,168,130); }

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