Html Css Color HEX #95BA6C Olivine

📋 copy color: '#95BA6C'

red 149 ◦ green 186 ◦ blue 108

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

Shades of Olivine #95BA6C

Tints of Olivine #95BA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 33.63%
G = 41.99%
B = 24.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#95BA6C (or 0x95BA6C) is known color: Olivine. HEX triplet: 95, BA and 6C. RGB value is (149,186,108). Sum of RGB (Red+Green+Blue) = 149+186+108=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA6C is #6A4593. Grayscale: #A6A6A6. Windows color (decimal): -6964628 or 7125653. OLE color: 7125653.

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

Color convert

RGB 149 186 108 -
CMYK 0.20 0 0.42 0.27
HSL 88.46º 0.36% 0.58% -
HSV(B) 88.46º 0.42% 0.73% -
XYZ 32.66 42.59 20.69 -
YUV 166.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 149 186 108 0.20 0 0.42 0.27 88.46 0.36 0.58
Hex 95 BA 6C 14 0 2A 1B 58 24 3A
Octal 225 272 154 24 0 52 33 130 44 72
Binary 10010101 10111010 1101100 10100 0 101010 11011 1011000 100100 111010

Color Harmonies of #95BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA6C

Black with #95BA6C

Text Example


Text Example

White with #95BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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