Html Css Color HEX #A6BE89 Norway

📋 copy color: '#A6BE89'

red 166 ◦ green 190 ◦ blue 137

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

Shades of Norway #A6BE89

Tints of Norway #A6BE89

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

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

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

R = 33.67%
G = 38.54%
B = 27.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#A6BE89 (or 0xA6BE89) is known color: Norway. HEX triplet: A6, BE and 89. RGB value is (166,190,137). Sum of RGB (Red+Green+Blue) = 166+190+137=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE89 is #594176. Grayscale: #B0B0B0. Windows color (decimal): -5849463 or 9027238. OLE color: 9027238.

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

Color convert

RGB 166 190 137 -
CMYK 0.13 0 0.28 0.25
HSL 87.17º 0.29% 0.64% -
HSV(B) 87.17º 0.28% 0.75% -
XYZ 38.65 46.74 30.65 -
YUV 176.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 166 190 137 0.13 0 0.28 0.25 87.17 0.29 0.64
Hex A6 BE 89 D 0 1C 19 57 1D 40
Octal 246 276 211 15 0 34 31 127 35 100
Binary 10100110 10111110 10001001 1101 0 11100 11001 1010111 11101 1000000

Color Harmonies of #A6BE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE89

Black with #A6BE89

Text Example


Text Example

White with #A6BE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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