Html Css Color HEX #95B865 Olivine

📋 copy color: '#95B865'

red 149 ◦ green 184 ◦ blue 101

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

Shades of Olivine #95B865

Tints of Olivine #95B865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 34.33%
G = 42.4%
B = 23.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#95B865 (or 0x95B865) is known color: Olivine. HEX triplet: 95, B8 and 65. RGB value is (149,184,101). Sum of RGB (Red+Green+Blue) = 149+184+101=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #95B865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B865 is #6A479A. Grayscale: #A4A4A4. Windows color (decimal): -6965147 or 6666389. OLE color: 6666389.

HSL color Cylindrical-coordinate representation of color #95B865: hue angle of 85.3º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95B865 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 101 -
CMYK 0.19 0 0.45 0.28
HSL 85.3º 0.37% 0.56% -
HSV(B) 85.3º 0.45% 0.72% -
XYZ 31.88 41.61 18.66 -
YUV 164.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 149 184 101 0.19 0 0.45 0.28 85.3 0.37 0.56
Hex 95 B8 65 13 0 2D 1C 55 25 38
Octal 225 270 145 23 0 55 34 125 45 70
Binary 10010101 10111000 1100101 10011 0 101101 11100 1010101 100101 111000

Color Harmonies of #95B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B865

Black with #95B865

Text Example


Text Example

White with #95B865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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