Html Css Color HEX #95CA6C Olivine

📋 copy color: '#95CA6C'

red 149 ◦ green 202 ◦ blue 108

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

Shades of Olivine #95CA6C

Tints of Olivine #95CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

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

R = 32.46%
G = 44.01%
B = 23.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#95CA6C (or 0x95CA6C) is known color: Olivine. HEX triplet: 95, CA and 6C. RGB value is (149,202,108). Sum of RGB (Red+Green+Blue) = 149+202+108=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA6C is #6A3593. Grayscale: #AFAFAF. Windows color (decimal): -6960532 or 7129749. OLE color: 7129749.

HSL color Cylindrical-coordinate representation of color #95CA6C: hue angle of 93.83º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95CA6C is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 108 -
CMYK 0.26 0 0.47 0.21
HSL 93.83º 0.47% 0.61% -
HSV(B) 93.83º 0.47% 0.79% -
XYZ 36.22 49.71 21.87 -
YUV 175.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 149 202 108 0.26 0 0.47 0.21 93.83 0.47 0.61
Hex 95 CA 6C 1A 0 2F 15 5E 2F 3D
Octal 225 312 154 32 0 57 25 136 57 75
Binary 10010101 11001010 1101100 11010 0 101111 10101 1011110 101111 111101

Color Harmonies of #95CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA6C

Black with #95CA6C

Text Example


Text Example

White with #95CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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