Html Css Color HEX #95BA66 Olivine

📋 copy color: '#95BA66'

red 149 ◦ green 186 ◦ blue 102

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

Shades of Olivine #95BA66

Tints of Olivine #95BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 34.1%
G = 42.56%
B = 23.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#95BA66 (or 0x95BA66) is known color: Olivine. HEX triplet: 95, BA and 66. RGB value is (149,186,102). Sum of RGB (Red+Green+Blue) = 149+186+102=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA66 is #6A4599. Grayscale: #A5A5A5. Windows color (decimal): -6964634 or 6732437. OLE color: 6732437.

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

Color convert

RGB 149 186 102 -
CMYK 0.20 0 0.45 0.27
HSL 86.43º 0.38% 0.56% -
HSV(B) 86.43º 0.45% 0.73% -
XYZ 32.35 42.47 19.06 -
YUV 165.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 149 186 102 0.20 0 0.45 0.27 86.43 0.38 0.56
Hex 95 BA 66 14 0 2D 1B 56 26 38
Octal 225 272 146 24 0 55 33 126 46 70
Binary 10010101 10111010 1100110 10100 0 101101 11011 1010110 100110 111000

Color Harmonies of #95BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA66

Black with #95BA66

Text Example


Text Example

White with #95BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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