Html Css Color HEX #9AB388 Norway

📋 copy color: '#9AB388'

red 154 ◦ green 179 ◦ blue 136

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

Shades of Norway #9AB388

Tints of Norway #9AB388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 32.84%
G = 38.17%
B = 29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#9AB388 (or 0x9AB388) is known color: Norway. HEX triplet: 9A, B3 and 88. RGB value is (154,179,136). Sum of RGB (Red+Green+Blue) = 154+179+136=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB388 is #654C77. Grayscale: #A6A6A6. Windows color (decimal): -6638712 or 8958874. OLE color: 8958874.

HSL color Cylindrical-coordinate representation of color #9AB388: hue angle of 94.88º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB388 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 136 -
CMYK 0.14 0 0.24 0.30
HSL 94.88º 0.22% 0.62% -
HSV(B) 94.88º 0.24% 0.7% -
XYZ 33.89 40.89 29.4 -
YUV 166.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 154 179 136 0.14 0 0.24 0.30 94.88 0.22 0.62
Hex 9A B3 88 E 0 18 1E 5F 16 3E
Octal 232 263 210 16 0 30 36 137 26 76
Binary 10011010 10110011 10001000 1110 0 11000 11110 1011111 10110 111110

Color Harmonies of #9AB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB388

Black with #9AB388

Text Example


Text Example

White with #9AB388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,136); }

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

background-color css

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

 a { background-color: rgb(154,179,136); }

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

border-color css

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

 span { border-color: rgb(154,179,136); }

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