Html Css Color HEX #A5B992 Norway

📋 copy color: '#A5B992'

red 165 ◦ green 185 ◦ blue 146

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

Shades of Norway #A5B992

Tints of Norway #A5B992

RGB

 RED value IS 165 (64.84% from 255) = 33.27%

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

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

R = 33.27%
G = 37.3%
B = 29.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A5B992 (or 0xA5B992) is known color: Norway. HEX triplet: A5, B9 and 92. RGB value is (165,185,146). Sum of RGB (Red+Green+Blue) = 165+185+146=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B992 is #5A466D. Grayscale: #AEAEAE. Windows color (decimal): -5916270 or 9615781. OLE color: 9615781.

HSL color Cylindrical-coordinate representation of color #A5B992: hue angle of 90.77º 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 #A5B992 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 146 -
CMYK 0.11 0 0.21 0.27
HSL 90.77º 0.22% 0.65% -
HSV(B) 90.77º 0.21% 0.73% -
XYZ 38.05 44.77 33.83 -
YUV 174.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 165 185 146 0.11 0 0.21 0.27 90.77 0.22 0.65
Hex A5 B9 92 B 0 15 1B 5B 16 41
Octal 245 271 222 13 0 25 33 133 26 101
Binary 10100101 10111001 10010010 1011 0 10101 11011 1011011 10110 1000001

Color Harmonies of #A5B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B992

Black with #A5B992

Text Example


Text Example

White with #A5B992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B992; }

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

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

background-color css

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

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

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

border-color css

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

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

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