Html Css Color HEX #A2BC90 Norway

📋 copy color: '#A2BC90'

red 162 ◦ green 188 ◦ blue 144

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

Shades of Norway #A2BC90

Tints of Norway #A2BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 32.79%
G = 38.06%
B = 29.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A2BC90 (or 0xA2BC90) is known color: Norway. HEX triplet: A2, BC and 90. RGB value is (162,188,144). Sum of RGB (Red+Green+Blue) = 162+188+144=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC90 is #5D436F. Grayscale: #AFAFAF. Windows color (decimal): -6112112 or 9485474. OLE color: 9485474.

HSL color Cylindrical-coordinate representation of color #A2BC90: hue angle of 95.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2BC90 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 144 -
CMYK 0.14 0 0.23 0.26
HSL 95.45º 0.25% 0.65% -
HSV(B) 95.45º 0.23% 0.74% -
XYZ 37.92 45.66 33.2 -
YUV 175.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 162 188 144 0.14 0 0.23 0.26 95.45 0.25 0.65
Hex A2 BC 90 E 0 17 1A 5F 19 41
Octal 242 274 220 16 0 27 32 137 31 101
Binary 10100010 10111100 10010000 1110 0 10111 11010 1011111 11001 1000001

Color Harmonies of #A2BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC90

Black with #A2BC90

Text Example


Text Example

White with #A2BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC90; }

 p { color: rgb(162,188,144); }

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

background-color css

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

 a { background-color: rgb(162,188,144); }

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

border-color css

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

 span { border-color: rgb(162,188,144); }

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