Html Css Color HEX #A8B598 Norway

📋 copy color: '#A8B598'

red 168 ◦ green 181 ◦ blue 152

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

Shades of Norway #A8B598

Tints of Norway #A8B598

RGB

 RED value IS 168 (66.02% from 255) = 33.53%

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

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 33.53%
G = 36.13%
B = 30.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#A8B598 (or 0xA8B598) is known color: Norway. HEX triplet: A8, B5 and 98. RGB value is (168,181,152). Sum of RGB (Red+Green+Blue) = 168+181+152=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B598 is #574A67. Grayscale: #ADADAD. Windows color (decimal): -5720680 or 10007976. OLE color: 10007976.

HSL color Cylindrical-coordinate representation of color #A8B598: hue angle of 86.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B598 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 152 -
CMYK 0.07 0 0.16 0.29
HSL 86.9º 0.16% 0.65% -
HSV(B) 86.9º 0.16% 0.71% -
XYZ 38.34 43.64 36.11 -
YUV 173.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 168 181 152 0.07 0 0.16 0.29 86.9 0.16 0.65
Hex A8 B5 98 7 0 10 1D 57 10 41
Octal 250 265 230 7 0 20 35 127 20 101
Binary 10101000 10110101 10011000 111 0 10000 11101 1010111 10000 1000001

Color Harmonies of #A8B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B598

Black with #A8B598

Text Example


Text Example

White with #A8B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B598; }

 p { color: rgb(168,181,152); }

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

background-color css

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

 a { background-color: rgb(168,181,152); }

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

border-color css

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

 span { border-color: rgb(168,181,152); }

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