Html Css Color HEX #9AB58B Norway

📋 copy color: '#9AB58B'

red 154 ◦ green 181 ◦ blue 139

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

Shades of Norway #9AB58B

Tints of Norway #9AB58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

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

R = 32.49%
G = 38.19%
B = 29.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#9AB58B (or 0x9AB58B) is known color: Norway. HEX triplet: 9A, B5 and 8B. RGB value is (154,181,139). Sum of RGB (Red+Green+Blue) = 154+181+139=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB58B is #654A74. Grayscale: #A8A8A8. Windows color (decimal): -6638197 or 9155994. OLE color: 9155994.

HSL color Cylindrical-coordinate representation of color #9AB58B: hue angle of 98.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB58B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 139 -
CMYK 0.15 0 0.23 0.29
HSL 98.57º 0.22% 0.63% -
HSV(B) 98.57º 0.23% 0.71% -
XYZ 34.51 41.78 30.67 -
YUV 168.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 154 181 139 0.15 0 0.23 0.29 98.57 0.22 0.63
Hex 9A B5 8B F 0 17 1D 63 16 3F
Octal 232 265 213 17 0 27 35 143 26 77
Binary 10011010 10110101 10001011 1111 0 10111 11101 1100011 10110 111111

Color Harmonies of #9AB58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB58B

Black with #9AB58B

Text Example


Text Example

White with #9AB58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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