Html Css Color HEX #96A285 Delta

📋 copy color: '#96A285'

red 150 ◦ green 162 ◦ blue 133

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

Shades of Delta #96A285

Tints of Delta #96A285

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 33.71%
G = 36.4%
B = 29.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#96A285 (or 0x96A285) is known color: Delta. HEX triplet: 96, A2 and 85. RGB value is (150,162,133). Sum of RGB (Red+Green+Blue) = 150+162+133=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #96A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A285 is #695D7A. Grayscale: #9B9B9B. Windows color (decimal): -6905211 or 8757910. OLE color: 8757910.

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

Color convert

RGB 150 162 133 -
CMYK 0.07 0 0.18 0.36
HSL 84.83º 0.13% 0.58% -
HSV(B) 84.83º 0.18% 0.64% -
XYZ 29.73 34.02 27.19 -
YUV 155.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 150 162 133 0.07 0 0.18 0.36 84.83 0.13 0.58
Hex 96 A2 85 7 0 12 24 55 D 3A
Octal 226 242 205 7 0 22 44 125 15 72
Binary 10010110 10100010 10000101 111 0 10010 100100 1010101 1101 111010

Color Harmonies of #96A285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A285

Black with #96A285

Text Example


Text Example

White with #96A285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,133); }

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

background-color css

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

 a { background-color: rgb(150,162,133); }

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

border-color css

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

 span { border-color: rgb(150,162,133); }

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