Html Css Color HEX #9AB682 Norway

📋 copy color: '#9AB682'

red 154 ◦ green 182 ◦ blue 130

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

Shades of Norway #9AB682

Tints of Norway #9AB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 33.05%
G = 39.06%
B = 27.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#9AB682 (or 0x9AB682) is known color: Norway. HEX triplet: 9A, B6 and 82. RGB value is (154,182,130). Sum of RGB (Red+Green+Blue) = 154+182+130=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB682 is #65497D. Grayscale: #A7A7A7. Windows color (decimal): -6637950 or 8566426. OLE color: 8566426.

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

Color convert

RGB 154 182 130 -
CMYK 0.15 0 0.29 0.29
HSL 92.31º 0.26% 0.61% -
HSV(B) 92.31º 0.29% 0.71% -
XYZ 34.08 41.94 27.42 -
YUV 167.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 154 182 130 0.15 0 0.29 0.29 92.31 0.26 0.61
Hex 9A B6 82 F 0 1D 1D 5C 1A 3D
Octal 232 266 202 17 0 35 35 134 32 75
Binary 10011010 10110110 10000010 1111 0 11101 11101 1011100 11010 111101

Color Harmonies of #9AB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB682

Black with #9AB682

Text Example


Text Example

White with #9AB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,182,130); }

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

background-color css

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

 a { background-color: rgb(154,182,130); }

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

border-color css

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

 span { border-color: rgb(154,182,130); }

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