Html Css Color HEX #A2BE88 Norway

📋 copy color: '#A2BE88'

red 162 ◦ green 190 ◦ blue 136

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

Shades of Norway #A2BE88

Tints of Norway #A2BE88

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 33.2%
G = 38.93%
B = 27.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#A2BE88 (or 0xA2BE88) is known color: Norway. HEX triplet: A2, BE and 88. RGB value is (162,190,136). Sum of RGB (Red+Green+Blue) = 162+190+136=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE88 is #5D4177. Grayscale: #AFAFAF. Windows color (decimal): -6111608 or 8961698. OLE color: 8961698.

HSL color Cylindrical-coordinate representation of color #A2BE88: hue angle of 91.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2BE88 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 136 -
CMYK 0.15 0 0.28 0.25
HSL 91.11º 0.29% 0.64% -
HSV(B) 91.11º 0.28% 0.75% -
XYZ 37.76 46.29 30.24 -
YUV 175.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 162 190 136 0.15 0 0.28 0.25 91.11 0.29 0.64
Hex A2 BE 88 F 0 1C 19 5B 1D 40
Octal 242 276 210 17 0 34 31 133 35 100
Binary 10100010 10111110 10001000 1111 0 11100 11001 1011011 11101 1000000

Color Harmonies of #A2BE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE88

Black with #A2BE88

Text Example


Text Example

White with #A2BE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE88; }

 p { color: rgb(162,190,136); }

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

background-color css

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

 a { background-color: rgb(162,190,136); }

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

border-color css

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

 span { border-color: rgb(162,190,136); }

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