Html Css Color HEX #96C95C Olivine

📋 copy color: '#96C95C'

red 150 ◦ green 201 ◦ blue 92

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

Shades of Olivine #96C95C

Tints of Olivine #96C95C

RGB

 RED value IS 150 (58.98% from 255) = 33.86%

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 33.86%
G = 45.37%
B = 20.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#96C95C (or 0x96C95C) is known color: Olivine. HEX triplet: 96, C9 and 5C. RGB value is (150,201,92). Sum of RGB (Red+Green+Blue) = 150+201+92=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #96C95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C95C is #6936A3. Grayscale: #ADADAD. Windows color (decimal): -6895268 or 6080918. OLE color: 6080918.

HSL color Cylindrical-coordinate representation of color #96C95C: hue angle of 88.07º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96C95C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 92 -
CMYK 0.25 0 0.54 0.21
HSL 88.07º 0.5% 0.57% -
HSV(B) 88.07º 0.54% 0.79% -
XYZ 35.4 49.03 17.72 -
YUV 173.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 150 201 92 0.25 0 0.54 0.21 88.07 0.5 0.57
Hex 96 C9 5C 19 0 36 15 58 32 39
Octal 226 311 134 31 0 66 25 130 62 71
Binary 10010110 11001001 1011100 11001 0 110110 10101 1011000 110010 111001

Color Harmonies of #96C95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C95C

Black with #96C95C

Text Example


Text Example

White with #96C95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C95C; }

 p { color: rgb(150,201,92); }

 H1.HeaderClassName
 {
   color: #96C95C;
 }
 .AnyTagClassName
 {
   color: #96C95C;
 }
</style>

background-color css

<style>
 a { background-color: #96C95C; }

 a { background-color: rgb(150,201,92); }

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

border-color css

<style>
 span { border-color: #96C95C; }

 span { border-color: rgb(150,201,92); }

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