Html Css Color HEX #A2B298 Norway

📋 copy color: '#A2B298'

red 162 ◦ green 178 ◦ blue 152

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

Shades of Norway #A2B298

Tints of Norway #A2B298

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 32.93%
G = 36.18%
B = 30.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#A2B298 (or 0xA2B298) is known color: Norway. HEX triplet: A2, B2 and 98. RGB value is (162,178,152). Sum of RGB (Red+Green+Blue) = 162+178+152=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B298 is #5D4D67. Grayscale: #AAAAAA. Windows color (decimal): -6114664 or 10007202. OLE color: 10007202.

HSL color Cylindrical-coordinate representation of color #A2B298: hue angle of 96.92º degrees, saturation: 0.14, 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 #A2B298 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 152 -
CMYK 0.09 0 0.15 0.30
HSL 96.92º 0.14% 0.65% -
HSV(B) 96.92º 0.15% 0.7% -
XYZ 36.49 41.79 35.85 -
YUV 170.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 162 178 152 0.09 0 0.15 0.30 96.92 0.14 0.65
Hex A2 B2 98 9 0 F 1E 61 E 41
Octal 242 262 230 11 0 17 36 141 16 101
Binary 10100010 10110010 10011000 1001 0 1111 11110 1100001 1110 1000001

Color Harmonies of #A2B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B298

Black with #A2B298

Text Example


Text Example

White with #A2B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B298; }

 p { color: rgb(162,178,152); }

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

background-color css

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

 a { background-color: rgb(162,178,152); }

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

border-color css

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

 span { border-color: rgb(162,178,152); }

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