Html Css Color HEX #9AB08D Norway

📋 copy color: '#9AB08D'

red 154 ◦ green 176 ◦ blue 141

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

Shades of Norway #9AB08D

Tints of Norway #9AB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 32.7%
G = 37.37%
B = 29.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#9AB08D (or 0x9AB08D) is known color: Norway. HEX triplet: 9A, B0 and 8D. RGB value is (154,176,141). Sum of RGB (Red+Green+Blue) = 154+176+141=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB08D is #654F72. Grayscale: #A5A5A5. Windows color (decimal): -6639475 or 9285786. OLE color: 9285786.

HSL color Cylindrical-coordinate representation of color #9AB08D: hue angle of 97.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB08D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 141 -
CMYK 0.12 0 0.20 0.31
HSL 97.71º 0.18% 0.62% -
HSV(B) 97.71º 0.2% 0.69% -
XYZ 33.66 39.84 31.12 -
YUV 165.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 154 176 141 0.12 0 0.20 0.31 97.71 0.18 0.62
Hex 9A B0 8D C 0 14 1F 62 12 3E
Octal 232 260 215 14 0 24 37 142 22 76
Binary 10011010 10110000 10001101 1100 0 10100 11111 1100010 10010 111110

Color Harmonies of #9AB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB08D

Black with #9AB08D

Text Example


Text Example

White with #9AB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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