Html Css Color HEX #97A384 Delta

📋 copy color: '#97A384'

red 151 ◦ green 163 ◦ blue 132

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

Shades of Delta #97A384

Tints of Delta #97A384

RGB

 RED value IS 151 (59.38% from 255) = 33.86%

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

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

R = 33.86%
G = 36.55%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#97A384 (or 0x97A384) is known color: Delta. HEX triplet: 97, A3 and 84. RGB value is (151,163,132). Sum of RGB (Red+Green+Blue) = 151+163+132=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #97A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A384 is #685C7B. Grayscale: #9B9B9B. Windows color (decimal): -6839420 or 8692631. OLE color: 8692631.

HSL color Cylindrical-coordinate representation of color #97A384: hue angle of 83.23º 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 #97A384 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 163 132 -
CMYK 0.07 0 0.19 0.36
HSL 83.23º 0.14% 0.58% -
HSV(B) 83.23º 0.19% 0.64% -
XYZ 30.02 34.44 26.89 -
YUV 155.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 151 163 132 0.07 0 0.19 0.36 83.23 0.14 0.58
Hex 97 A3 84 7 0 13 24 53 E 3A
Octal 227 243 204 7 0 23 44 123 16 72
Binary 10010111 10100011 10000100 111 0 10011 100100 1010011 1110 111010

Color Harmonies of #97A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A384

Black with #97A384

Text Example


Text Example

White with #97A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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