Html Css Color HEX #9AA88B Norway

📋 copy color: '#9AA88B'

red 154 ◦ green 168 ◦ blue 139

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

Shades of Norway #9AA88B

Tints of Norway #9AA88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 33.41%
G = 36.44%
B = 30.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#9AA88B (or 0x9AA88B) is known color: Norway. HEX triplet: 9A, A8 and 8B. RGB value is (154,168,139). Sum of RGB (Red+Green+Blue) = 154+168+139=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA88B is #655774. Grayscale: #A0A0A0. Windows color (decimal): -6641525 or 9152666. OLE color: 9152666.

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

Color convert

RGB 154 168 139 -
CMYK 0.08 0 0.17 0.34
HSL 88.97º 0.14% 0.6% -
HSV(B) 88.97º 0.17% 0.66% -
XYZ 31.99 36.74 29.83 -
YUV 160.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 154 168 139 0.08 0 0.17 0.34 88.97 0.14 0.6
Hex 9A A8 8B 8 0 11 22 59 E 3C
Octal 232 250 213 10 0 21 42 131 16 74
Binary 10011010 10101000 10001011 1000 0 10001 100010 1011001 1110 111100

Color Harmonies of #9AA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA88B

Black with #9AA88B

Text Example


Text Example

White with #9AA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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