Html Css Color HEX #9AB59D Edward

📋 copy color: '#9AB59D'

red 154 ◦ green 181 ◦ blue 157

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

Shades of Edward #9AB59D

Tints of Edward #9AB59D

RGB

 RED value IS 154 (60.55% from 255) = 31.3%

 GREEN value IS 181 (71.09% from 255) = 36.79%

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 31.3%
G = 36.79%
B = 31.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9AB59D (or 0x9AB59D) is known color: Edward. HEX triplet: 9A, B5 and 9D. RGB value is (154,181,157). Sum of RGB (Red+Green+Blue) = 154+181+157=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB59D is #654A62. Grayscale: #AAAAAA. Windows color (decimal): -6638179 or 10335642. OLE color: 10335642.

HSL color Cylindrical-coordinate representation of color #9AB59D: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB59D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 157 -
CMYK 0.15 0 0.13 0.29
HSL 126.67º 0.15% 0.66% -
HSV(B) 126.67º 0.15% 0.71% -
XYZ 35.94 42.35 38.18 -
YUV 170.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 154 181 157 0.15 0 0.13 0.29 126.67 0.15 0.66
Hex 9A B5 9D F 0 D 1D 7F F 42
Octal 232 265 235 17 0 15 35 177 17 102
Binary 10011010 10110101 10011101 1111 0 1101 11101 1111111 1111 1000010

Color Harmonies of #9AB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB59D

Black with #9AB59D

Text Example


Text Example

White with #9AB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB59D; }

 p { color: rgb(154,181,157); }

 H1.HeaderClassName
 {
   color: #9AB59D;
 }
 .AnyTagClassName
 {
   color: #9AB59D;
 }
</style>

background-color css

<style>
 a { background-color: #9AB59D; }

 a { background-color: rgb(154,181,157); }

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

border-color css

<style>
 span { border-color: #9AB59D; }

 span { border-color: rgb(154,181,157); }

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