Html Css Color HEX #A0BE89 Norway

📋 copy color: '#A0BE89'

red 160 ◦ green 190 ◦ blue 137

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

Shades of Norway #A0BE89

Tints of Norway #A0BE89

RGB

 RED value IS 160 (62.89% from 255) = 32.85%

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

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

R = 32.85%
G = 39.01%
B = 28.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#A0BE89 (or 0xA0BE89) is known color: Norway. HEX triplet: A0, BE and 89. RGB value is (160,190,137). Sum of RGB (Red+Green+Blue) = 160+190+137=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE89 is #5F4176. Grayscale: #AFAFAF. Windows color (decimal): -6242679 or 9027232. OLE color: 9027232.

HSL color Cylindrical-coordinate representation of color #A0BE89: hue angle of 93.96º 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 #A0BE89 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 137 -
CMYK 0.16 0 0.28 0.25
HSL 93.96º 0.29% 0.64% -
HSV(B) 93.96º 0.28% 0.75% -
XYZ 37.43 46.11 30.59 -
YUV 174.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 160 190 137 0.16 0 0.28 0.25 93.96 0.29 0.64
Hex A0 BE 89 10 0 1C 19 5E 1D 40
Octal 240 276 211 20 0 34 31 136 35 100
Binary 10100000 10111110 10001001 10000 0 11100 11001 1011110 11101 1000000

Color Harmonies of #A0BE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE89

Black with #A0BE89

Text Example


Text Example

White with #A0BE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE89; }

 p { color: rgb(160,190,137); }

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

background-color css

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

 a { background-color: rgb(160,190,137); }

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

border-color css

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

 span { border-color: rgb(160,190,137); }

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