Html Css Color HEX #96D367 Olivine

📋 copy color: '#96D367'

red 150 ◦ green 211 ◦ blue 103

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

Shades of Olivine #96D367

Tints of Olivine #96D367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 32.33%
G = 45.47%
B = 22.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#96D367 (or 0x96D367) is known color: Olivine. HEX triplet: 96, D3 and 67. RGB value is (150,211,103). Sum of RGB (Red+Green+Blue) = 150+211+103=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #96D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D367 is #692C98. Grayscale: #B4B4B4. Windows color (decimal): -6892697 or 6804374. OLE color: 6804374.

HSL color Cylindrical-coordinate representation of color #96D367: hue angle of 93.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D367 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 103 -
CMYK 0.29 0 0.51 0.17
HSL 93.89º 0.55% 0.62% -
HSV(B) 93.89º 0.51% 0.83% -
XYZ 38.32 54.05 21.25 -
YUV 180.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 150 211 103 0.29 0 0.51 0.17 93.89 0.55 0.62
Hex 96 D3 67 1D 0 33 11 5E 37 3E
Octal 226 323 147 35 0 63 21 136 67 76
Binary 10010110 11010011 1100111 11101 0 110011 10001 1011110 110111 111110

Color Harmonies of #96D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D367

Black with #96D367

Text Example


Text Example

White with #96D367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,211,103); }

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

background-color css

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

 a { background-color: rgb(150,211,103); }

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

border-color css

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

 span { border-color: rgb(150,211,103); }

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