Html Css Color HEX #A8BA89 Norway

📋 copy color: '#A8BA89'

red 168 ◦ green 186 ◦ blue 137

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

Shades of Norway #A8BA89

Tints of Norway #A8BA89

RGB

 RED value IS 168 (66.02% from 255) = 34.22%

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 34.22%
G = 37.88%
B = 27.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A8BA89 (or 0xA8BA89) is known color: Norway. HEX triplet: A8, BA and 89. RGB value is (168,186,137). Sum of RGB (Red+Green+Blue) = 168+186+137=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA89 is #574576. Grayscale: #AFAFAF. Windows color (decimal): -5719415 or 9026216. OLE color: 9026216.

HSL color Cylindrical-coordinate representation of color #A8BA89: hue angle of 82.04º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BA89 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 137 -
CMYK 0.10 0 0.26 0.27
HSL 82.04º 0.26% 0.63% -
HSV(B) 82.04º 0.26% 0.73% -
XYZ 38.22 45.25 30.39 -
YUV 175.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 168 186 137 0.10 0 0.26 0.27 82.04 0.26 0.63
Hex A8 BA 89 A 0 1A 1B 52 1A 3F
Octal 250 272 211 12 0 32 33 122 32 77
Binary 10101000 10111010 10001001 1010 0 11010 11011 1010010 11010 111111

Color Harmonies of #A8BA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA89

Black with #A8BA89

Text Example


Text Example

White with #A8BA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA89; }

 p { color: rgb(168,186,137); }

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

background-color css

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

 a { background-color: rgb(168,186,137); }

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

border-color css

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

 span { border-color: rgb(168,186,137); }

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