Html Css Color HEX #9AB188 Norway

📋 copy color: '#9AB188'

red 154 ◦ green 177 ◦ blue 136

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

Shades of Norway #9AB188

Tints of Norway #9AB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

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

R = 32.98%
G = 37.9%
B = 29.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#9AB188 (or 0x9AB188) is known color: Norway. HEX triplet: 9A, B1 and 88. RGB value is (154,177,136). Sum of RGB (Red+Green+Blue) = 154+177+136=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB188 is #654E77. Grayscale: #A5A5A5. Windows color (decimal): -6639224 or 8958362. OLE color: 8958362.

HSL color Cylindrical-coordinate representation of color #9AB188: hue angle of 93.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB188 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 136 -
CMYK 0.13 0 0.23 0.31
HSL 93.66º 0.21% 0.61% -
HSV(B) 93.66º 0.23% 0.69% -
XYZ 33.49 40.09 29.27 -
YUV 165.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 154 177 136 0.13 0 0.23 0.31 93.66 0.21 0.61
Hex 9A B1 88 D 0 17 1F 5E 15 3D
Octal 232 261 210 15 0 27 37 136 25 75
Binary 10011010 10110001 10001000 1101 0 10111 11111 1011110 10101 111101

Color Harmonies of #9AB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB188

Black with #9AB188

Text Example


Text Example

White with #9AB188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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