Html Css Color HEX #95C16A Olivine

📋 copy color: '#95C16A'

red 149 ◦ green 193 ◦ blue 106

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

Shades of Olivine #95C16A

Tints of Olivine #95C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 33.26%
G = 43.08%
B = 23.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#95C16A (or 0x95C16A) is known color: Olivine. HEX triplet: 95, C1 and 6A. RGB value is (149,193,106). Sum of RGB (Red+Green+Blue) = 149+193+106=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #95C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C16A is #6A3E95. Grayscale: #AAAAAA. Windows color (decimal): -6962838 or 6996373. OLE color: 6996373.

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

Color convert

RGB 149 193 106 -
CMYK 0.23 0 0.45 0.24
HSL 90.34º 0.41% 0.59% -
HSV(B) 90.34º 0.45% 0.76% -
XYZ 34.07 45.57 20.64 -
YUV 169.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 149 193 106 0.23 0 0.45 0.24 90.34 0.41 0.59
Hex 95 C1 6A 17 0 2D 18 5A 29 3B
Octal 225 301 152 27 0 55 30 132 51 73
Binary 10010101 11000001 1101010 10111 0 101101 11000 1011010 101001 111011

Color Harmonies of #95C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C16A

Black with #95C16A

Text Example


Text Example

White with #95C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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