Html Css Color HEX #A8B99B Norway

📋 copy color: '#A8B99B'

red 168 ◦ green 185 ◦ blue 155

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

Shades of Norway #A8B99B

Tints of Norway #A8B99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

 BLUE value IS 155 (60.94% from 255) = 30.51%

R = 33.07%
G = 36.42%
B = 30.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A8B99B (or 0xA8B99B) is known color: Norway. HEX triplet: A8, B9 and 9B. RGB value is (168,185,155). Sum of RGB (Red+Green+Blue) = 168+185+155=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B99B is #574664. Grayscale: #B0B0B0. Windows color (decimal): -5719653 or 10205608. OLE color: 10205608.

HSL color Cylindrical-coordinate representation of color #A8B99B: hue angle of 94º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B99B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 155 -
CMYK 0.09 0 0.16 0.27
HSL 94º 0.18% 0.67% -
HSV(B) 94º 0.16% 0.73% -
XYZ 39.41 45.39 37.69 -
YUV 176.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 168 185 155 0.09 0 0.16 0.27 94 0.18 0.67
Hex A8 B9 9B 9 0 10 1B 5E 12 43
Octal 250 271 233 11 0 20 33 136 22 103
Binary 10101000 10111001 10011011 1001 0 10000 11011 1011110 10010 1000011

Color Harmonies of #A8B99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B99B

Black with #A8B99B

Text Example


Text Example

White with #A8B99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B99B; }

 p { color: rgb(168,185,155); }

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

background-color css

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

 a { background-color: rgb(168,185,155); }

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

border-color css

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

 span { border-color: rgb(168,185,155); }

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