Html Css Color HEX #9AA88D Norway

📋 copy color: '#9AA88D'

red 154 ◦ green 168 ◦ blue 141

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

Shades of Norway #9AA88D

Tints of Norway #9AA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 33.26%
G = 36.29%
B = 30.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#9AA88D (or 0x9AA88D) is known color: Norway. HEX triplet: 9A, A8 and 8D. RGB value is (154,168,141). Sum of RGB (Red+Green+Blue) = 154+168+141=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA88D is #655772. Grayscale: #A0A0A0. Windows color (decimal): -6641523 or 9283738. OLE color: 9283738.

HSL color Cylindrical-coordinate representation of color #9AA88D: hue angle of 91.11º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AA88D is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 154 168 141 -
CMYK 0.08 0 0.16 0.34
HSL 91.11º 0.13% 0.61% -
HSV(B) 91.11º 0.16% 0.66% -
XYZ 32.14 36.8 30.61 -
YUV 160.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 154 168 141 0.08 0 0.16 0.34 91.11 0.13 0.61
Hex 9A A8 8D 8 0 10 22 5B D 3D
Octal 232 250 215 10 0 20 42 133 15 75
Binary 10011010 10101000 10001101 1000 0 10000 100010 1011011 1101 111101

Color Harmonies of #9AA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA88D

Black with #9AA88D

Text Example


Text Example

White with #9AA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,168,141); }

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

background-color css

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

 a { background-color: rgb(154,168,141); }

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

border-color css

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

 span { border-color: rgb(154,168,141); }

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