Html Css Color HEX #A2BD89 Norway

📋 copy color: '#A2BD89'

red 162 ◦ green 189 ◦ blue 137

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

Shades of Norway #A2BD89

Tints of Norway #A2BD89

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 33.2%
G = 38.73%
B = 28.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A2BD89 (or 0xA2BD89) is known color: Norway. HEX triplet: A2, BD and 89. RGB value is (162,189,137). Sum of RGB (Red+Green+Blue) = 162+189+137=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD89 is #5D4276. Grayscale: #AFAFAF. Windows color (decimal): -6111863 or 9026978. OLE color: 9026978.

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

Color convert

RGB 162 189 137 -
CMYK 0.14 0 0.28 0.26
HSL 91.15º 0.28% 0.64% -
HSV(B) 91.15º 0.28% 0.74% -
XYZ 37.61 45.88 30.54 -
YUV 175 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 162 189 137 0.14 0 0.28 0.26 91.15 0.28 0.64
Hex A2 BD 89 E 0 1C 1A 5B 1C 40
Octal 242 275 211 16 0 34 32 133 34 100
Binary 10100010 10111101 10001001 1110 0 11100 11010 1011011 11100 1000000

Color Harmonies of #A2BD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD89

Black with #A2BD89

Text Example


Text Example

White with #A2BD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD89; }

 p { color: rgb(162,189,137); }

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

background-color css

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

 a { background-color: rgb(162,189,137); }

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

border-color css

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

 span { border-color: rgb(162,189,137); }

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