Html Css Color HEX #96C26A Olivine

📋 copy color: '#96C26A'

red 150 ◦ green 194 ◦ blue 106

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

Shades of Olivine #96C26A

Tints of Olivine #96C26A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 33.33%
G = 43.11%
B = 23.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#96C26A (or 0x96C26A) is known color: Olivine. HEX triplet: 96, C2 and 6A. RGB value is (150,194,106). Sum of RGB (Red+Green+Blue) = 150+194+106=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #96C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C26A is #693D95. Grayscale: #ABABAB. Windows color (decimal): -6897046 or 6996630. OLE color: 6996630.

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

Color convert

RGB 150 194 106 -
CMYK 0.23 0 0.45 0.24
HSL 90º 0.42% 0.59% -
HSV(B) 90º 0.45% 0.76% -
XYZ 34.47 46.11 20.72 -
YUV 170.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 150 194 106 0.23 0 0.45 0.24 90 0.42 0.59
Hex 96 C2 6A 17 0 2D 18 5A 2A 3B
Octal 226 302 152 27 0 55 30 132 52 73
Binary 10010110 11000010 1101010 10111 0 101101 11000 1011010 101010 111011

Color Harmonies of #96C26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C26A

Black with #96C26A

Text Example


Text Example

White with #96C26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,106); }

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

background-color css

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

 a { background-color: rgb(150,194,106); }

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

border-color css

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

 span { border-color: rgb(150,194,106); }

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