Html Css Color HEX #96C45C Olivine

📋 copy color: '#96C45C'

red 150 ◦ green 196 ◦ blue 92

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

Shades of Olivine #96C45C

Tints of Olivine #96C45C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 34.25%
G = 44.75%
B = 21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#96C45C (or 0x96C45C) is known color: Olivine. HEX triplet: 96, C4 and 5C. RGB value is (150,196,92). Sum of RGB (Red+Green+Blue) = 150+196+92=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #96C45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C45C is #693BA3. Grayscale: #AAAAAA. Windows color (decimal): -6896548 or 6079638. OLE color: 6079638.

HSL color Cylindrical-coordinate representation of color #96C45C: hue angle of 86.54º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96C45C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 92 -
CMYK 0.23 0 0.53 0.23
HSL 86.54º 0.47% 0.56% -
HSV(B) 86.54º 0.53% 0.77% -
XYZ 34.25 46.74 17.34 -
YUV 170.39 83.76 113.46 -
System Red Green Blue C M Y K H S L
Decimal 150 196 92 0.23 0 0.53 0.23 86.54 0.47 0.56
Hex 96 C4 5C 17 0 35 17 57 2F 38
Octal 226 304 134 27 0 65 27 127 57 70
Binary 10010110 11000100 1011100 10111 0 110101 10111 1010111 101111 111000

Color Harmonies of #96C45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C45C

Black with #96C45C

Text Example


Text Example

White with #96C45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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