Html Css Color HEX #96C85F Olivine

📋 copy color: '#96C85F'

red 150 ◦ green 200 ◦ blue 95

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

Shades of Olivine #96C85F

Tints of Olivine #96C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 33.71%
G = 44.94%
B = 21.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#96C85F (or 0x96C85F) is known color: Olivine. HEX triplet: 96, C8 and 5F. RGB value is (150,200,95). Sum of RGB (Red+Green+Blue) = 150+200+95=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #96C85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C85F is #6937A0. Grayscale: #ADADAD. Windows color (decimal): -6895521 or 6277270. OLE color: 6277270.

HSL color Cylindrical-coordinate representation of color #96C85F: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96C85F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 95 -
CMYK 0.25 0 0.52 0.22
HSL 88.57º 0.49% 0.58% -
HSV(B) 88.57º 0.53% 0.78% -
XYZ 35.3 48.62 18.35 -
YUV 173.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 150 200 95 0.25 0 0.52 0.22 88.57 0.49 0.58
Hex 96 C8 5F 19 0 34 16 59 31 3A
Octal 226 310 137 31 0 64 26 131 61 72
Binary 10010110 11001000 1011111 11001 0 110100 10110 1011001 110001 111010

Color Harmonies of #96C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C85F

Black with #96C85F

Text Example


Text Example

White with #96C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,95); }

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

background-color css

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

 a { background-color: rgb(150,200,95); }

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

border-color css

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

 span { border-color: rgb(150,200,95); }

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