Html Css Color HEX #A8B399 Norway

📋 copy color: '#A8B399'

red 168 ◦ green 179 ◦ blue 153

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

Shades of Norway #A8B399

Tints of Norway #A8B399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 33.6%
G = 35.8%
B = 30.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#A8B399 (or 0xA8B399) is known color: Norway. HEX triplet: A8, B3 and 99. RGB value is (168,179,153). Sum of RGB (Red+Green+Blue) = 168+179+153=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B399 is #574C66. Grayscale: #ACACAC. Windows color (decimal): -5721191 or 10073000. OLE color: 10073000.

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

Color convert

RGB 168 179 153 -
CMYK 0.06 0 0.15 0.30
HSL 85.38º 0.15% 0.65% -
HSV(B) 85.38º 0.15% 0.7% -
XYZ 38.02 42.86 36.41 -
YUV 172.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 168 179 153 0.06 0 0.15 0.30 85.38 0.15 0.65
Hex A8 B3 99 6 0 F 1E 55 F 41
Octal 250 263 231 6 0 17 36 125 17 101
Binary 10101000 10110011 10011001 110 0 1111 11110 1010101 1111 1000001

Color Harmonies of #A8B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B399

Black with #A8B399

Text Example


Text Example

White with #A8B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B399; }

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

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

background-color css

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

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

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

border-color css

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

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

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