Html Css Color HEX #A8B39B Norway

📋 copy color: '#A8B39B'

red 168 ◦ green 179 ◦ blue 155

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

Shades of Norway #A8B39B

Tints of Norway #A8B39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

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

R = 33.47%
G = 35.66%
B = 30.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A8B39B (or 0xA8B39B) is known color: Norway. HEX triplet: A8, B3 and 9B. RGB value is (168,179,155). Sum of RGB (Red+Green+Blue) = 168+179+155=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B39B is #574C64. Grayscale: #ADADAD. Windows color (decimal): -5721189 or 10204072. OLE color: 10204072.

HSL color Cylindrical-coordinate representation of color #A8B39B: hue angle of 87.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B39B is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 155 -
CMYK 0.06 0 0.13 0.30
HSL 87.5º 0.14% 0.65% -
HSV(B) 87.5º 0.13% 0.7% -
XYZ 38.18 42.93 37.28 -
YUV 172.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 168 179 155 0.06 0 0.13 0.30 87.5 0.14 0.65
Hex A8 B3 9B 6 0 D 1E 57 E 41
Octal 250 263 233 6 0 15 36 127 16 101
Binary 10101000 10110011 10011011 110 0 1101 11110 1010111 1110 1000001

Color Harmonies of #A8B39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B39B

Black with #A8B39B

Text Example


Text Example

White with #A8B39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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