Html Css Color HEX #A8B992 Norway

📋 copy color: '#A8B992'

red 168 ◦ green 185 ◦ blue 146

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

Shades of Norway #A8B992

Tints of Norway #A8B992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 33.67%
G = 37.07%
B = 29.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A8B992 (or 0xA8B992) is known color: Norway. HEX triplet: A8, B9 and 92. RGB value is (168,185,146). Sum of RGB (Red+Green+Blue) = 168+185+146=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B992 is #57466D. Grayscale: #AFAFAF. Windows color (decimal): -5719662 or 9615784. OLE color: 9615784.

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

Color convert

RGB 168 185 146 -
CMYK 0.09 0 0.21 0.27
HSL 86.15º 0.22% 0.65% -
HSV(B) 86.15º 0.21% 0.73% -
XYZ 38.69 45.1 33.86 -
YUV 175.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 168 185 146 0.09 0 0.21 0.27 86.15 0.22 0.65
Hex A8 B9 92 9 0 15 1B 56 16 41
Octal 250 271 222 11 0 25 33 126 26 101
Binary 10101000 10111001 10010010 1001 0 10101 11011 1010110 10110 1000001

Color Harmonies of #A8B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B992

Black with #A8B992

Text Example


Text Example

White with #A8B992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B992; }

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

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

background-color css

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

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

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

border-color css

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

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

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