Html Css Color HEX #9AB288 Norway

📋 copy color: '#9AB288'

red 154 ◦ green 178 ◦ blue 136

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

Shades of Norway #9AB288

Tints of Norway #9AB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

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

R = 32.91%
G = 38.03%
B = 29.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#9AB288 (or 0x9AB288) is known color: Norway. HEX triplet: 9A, B2 and 88. RGB value is (154,178,136). Sum of RGB (Red+Green+Blue) = 154+178+136=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB288 is #654D77. Grayscale: #A6A6A6. Windows color (decimal): -6638968 or 8958618. OLE color: 8958618.

HSL color Cylindrical-coordinate representation of color #9AB288: hue angle of 94.29º degrees, saturation: 0.21, 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 #9AB288 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 136 -
CMYK 0.13 0 0.24 0.30
HSL 94.29º 0.21% 0.62% -
HSV(B) 94.29º 0.24% 0.7% -
XYZ 33.69 40.49 29.33 -
YUV 166.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 154 178 136 0.13 0 0.24 0.30 94.29 0.21 0.62
Hex 9A B2 88 D 0 18 1E 5E 15 3E
Octal 232 262 210 15 0 30 36 136 25 76
Binary 10011010 10110010 10001000 1101 0 11000 11110 1011110 10101 111110

Color Harmonies of #9AB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB288

Black with #9AB288

Text Example


Text Example

White with #9AB288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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