Html Css Color HEX #96A384 Delta

📋 copy color: '#96A384'

red 150 ◦ green 163 ◦ blue 132

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

Shades of Delta #96A384

Tints of Delta #96A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 33.71%
G = 36.63%
B = 29.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#96A384 (or 0x96A384) is known color: Delta. HEX triplet: 96, A3 and 84. RGB value is (150,163,132). Sum of RGB (Red+Green+Blue) = 150+163+132=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #96A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A384 is #695C7B. Grayscale: #9B9B9B. Windows color (decimal): -6904956 or 8692630. OLE color: 8692630.

HSL color Cylindrical-coordinate representation of color #96A384: hue angle of 85.16º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96A384 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 132 -
CMYK 0.08 0 0.19 0.36
HSL 85.16º 0.14% 0.58% -
HSV(B) 85.16º 0.19% 0.64% -
XYZ 29.84 34.34 26.89 -
YUV 155.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 150 163 132 0.08 0 0.19 0.36 85.16 0.14 0.58
Hex 96 A3 84 8 0 13 24 55 E 3A
Octal 226 243 204 10 0 23 44 125 16 72
Binary 10010110 10100011 10000100 1000 0 10011 100100 1010101 1110 111010

Color Harmonies of #96A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A384

Black with #96A384

Text Example


Text Example

White with #96A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,163,132); }

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

background-color css

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

 a { background-color: rgb(150,163,132); }

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

border-color css

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

 span { border-color: rgb(150,163,132); }

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