Html Css Color HEX #9AB68B Norway

📋 copy color: '#9AB68B'

red 154 ◦ green 182 ◦ blue 139

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

Shades of Norway #9AB68B

Tints of Norway #9AB68B

RGB

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

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

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

R = 32.42%
G = 38.32%
B = 29.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#9AB68B (or 0x9AB68B) is known color: Norway. HEX triplet: 9A, B6 and 8B. RGB value is (154,182,139). Sum of RGB (Red+Green+Blue) = 154+182+139=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB68B is #654974. Grayscale: #A8A8A8. Windows color (decimal): -6637941 or 9156250. OLE color: 9156250.

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

Color convert

RGB 154 182 139 -
CMYK 0.15 0 0.24 0.29
HSL 99.07º 0.23% 0.63% -
HSV(B) 99.07º 0.24% 0.71% -
XYZ 34.71 42.19 30.74 -
YUV 168.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 154 182 139 0.15 0 0.24 0.29 99.07 0.23 0.63
Hex 9A B6 8B F 0 18 1D 63 17 3F
Octal 232 266 213 17 0 30 35 143 27 77
Binary 10011010 10110110 10001011 1111 0 11000 11101 1100011 10111 111111

Color Harmonies of #9AB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB68B

Black with #9AB68B

Text Example


Text Example

White with #9AB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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