Html Css Color HEX #95C166 Olivine

📋 copy color: '#95C166'

red 149 ◦ green 193 ◦ blue 102

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

Shades of Olivine #95C166

Tints of Olivine #95C166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 33.56%
G = 43.47%
B = 22.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#95C166 (or 0x95C166) is known color: Olivine. HEX triplet: 95, C1 and 66. RGB value is (149,193,102). Sum of RGB (Red+Green+Blue) = 149+193+102=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #95C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C166 is #6A3E99. Grayscale: #A9A9A9. Windows color (decimal): -6962842 or 6734229. OLE color: 6734229.

HSL color Cylindrical-coordinate representation of color #95C166: hue angle of 89.01º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95C166 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 102 -
CMYK 0.23 0 0.47 0.24
HSL 89.01º 0.42% 0.58% -
HSV(B) 89.01º 0.47% 0.76% -
XYZ 33.86 45.49 19.57 -
YUV 169.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 149 193 102 0.23 0 0.47 0.24 89.01 0.42 0.58
Hex 95 C1 66 17 0 2F 18 59 2A 3A
Octal 225 301 146 27 0 57 30 131 52 72
Binary 10010101 11000001 1100110 10111 0 101111 11000 1011001 101010 111010

Color Harmonies of #95C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C166

Black with #95C166

Text Example


Text Example

White with #95C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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