Html Css Color HEX #95BA81 Olivine

📋 copy color: '#95BA81'

red 149 ◦ green 186 ◦ blue 129

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

Shades of Olivine #95BA81

Tints of Olivine #95BA81

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 32.11%
G = 40.09%
B = 27.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#95BA81 (or 0x95BA81) is known color: Olivine. HEX triplet: 95, BA and 81. RGB value is (149,186,129). Sum of RGB (Red+Green+Blue) = 149+186+129=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA81 is #6A457E. Grayscale: #A8A8A8. Windows color (decimal): -6964607 or 8501909. OLE color: 8501909.

HSL color Cylindrical-coordinate representation of color #95BA81: hue angle of 98.95º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BA81 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 129 -
CMYK 0.20 0 0.31 0.27
HSL 98.95º 0.29% 0.62% -
HSV(B) 98.95º 0.31% 0.73% -
XYZ 33.92 43.09 27.3 -
YUV 168.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 149 186 129 0.20 0 0.31 0.27 98.95 0.29 0.62
Hex 95 BA 81 14 0 1F 1B 63 1D 3E
Octal 225 272 201 24 0 37 33 143 35 76
Binary 10010101 10111010 10000001 10100 0 11111 11011 1100011 11101 111110

Color Harmonies of #95BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA81

Black with #95BA81

Text Example


Text Example

White with #95BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,129); }

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

background-color css

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

 a { background-color: rgb(149,186,129); }

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

border-color css

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

 span { border-color: rgb(149,186,129); }

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