Html Css Color HEX #A2B398 Norway

📋 copy color: '#A2B398'

red 162 ◦ green 179 ◦ blue 152

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

Shades of Norway #A2B398

Tints of Norway #A2B398

RGB

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

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

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

R = 32.86%
G = 36.31%
B = 30.83%

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

#A2B398 (or 0xA2B398) is known color: Norway. HEX triplet: A2, B3 and 98. RGB value is (162,179,152). Sum of RGB (Red+Green+Blue) = 162+179+152=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B398 is #5D4C67. Grayscale: #AAAAAA. Windows color (decimal): -6114408 or 10007458. OLE color: 10007458.

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

Color convert

RGB 162 179 152 -
CMYK 0.09 0 0.15 0.30
HSL 97.78º 0.15% 0.65% -
HSV(B) 97.78º 0.15% 0.7% -
XYZ 36.69 42.19 35.92 -
YUV 170.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 162 179 152 0.09 0 0.15 0.30 97.78 0.15 0.65
Hex A2 B3 98 9 0 F 1E 62 F 41
Octal 242 263 230 11 0 17 36 142 17 101
Binary 10100010 10110011 10011000 1001 0 1111 11110 1100010 1111 1000001

Color Harmonies of #A2B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B398

Black with #A2B398

Text Example


Text Example

White with #A2B398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B398; }

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

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

background-color css

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

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

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

border-color css

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

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

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