Html Css Color HEX #96C468 Olivine

📋 copy color: '#96C468'

red 150 ◦ green 196 ◦ blue 104

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

Shades of Olivine #96C468

Tints of Olivine #96C468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 33.33%
G = 43.56%
B = 23.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#96C468 (or 0x96C468) is known color: Olivine. HEX triplet: 96, C4 and 68. RGB value is (150,196,104). Sum of RGB (Red+Green+Blue) = 150+196+104=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #96C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C468 is #693B97. Grayscale: #ACACAC. Windows color (decimal): -6896536 or 6866070. OLE color: 6866070.

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

Color convert

RGB 150 196 104 -
CMYK 0.23 0 0.47 0.23
HSL 90º 0.44% 0.59% -
HSV(B) 90º 0.47% 0.77% -
XYZ 34.82 46.96 20.33 -
YUV 171.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 150 196 104 0.23 0 0.47 0.23 90 0.44 0.59
Hex 96 C4 68 17 0 2F 17 5A 2C 3B
Octal 226 304 150 27 0 57 27 132 54 73
Binary 10010110 11000100 1101000 10111 0 101111 10111 1011010 101100 111011

Color Harmonies of #96C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C468

Black with #96C468

Text Example


Text Example

White with #96C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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