Html Css Color HEX #A8C089 Norway

📋 copy color: '#A8C089'

red 168 ◦ green 192 ◦ blue 137

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

Shades of Norway #A8C089

Tints of Norway #A8C089

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

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

R = 33.8%
G = 38.63%
B = 27.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A8C089 (or 0xA8C089) is known color: Norway. HEX triplet: A8, C0 and 89. RGB value is (168,192,137). Sum of RGB (Red+Green+Blue) = 168+192+137=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C089 is #573F76. Grayscale: #B2B2B2. Windows color (decimal): -5717879 or 9027752. OLE color: 9027752.

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

Color convert

RGB 168 192 137 -
CMYK 0.12 0 0.29 0.25
HSL 86.18º 0.3% 0.65% -
HSV(B) 86.18º 0.29% 0.75% -
XYZ 39.51 47.83 30.82 -
YUV 178.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 168 192 137 0.12 0 0.29 0.25 86.18 0.3 0.65
Hex A8 C0 89 C 0 1D 19 56 1E 41
Octal 250 300 211 14 0 35 31 126 36 101
Binary 10101000 11000000 10001001 1100 0 11101 11001 1010110 11110 1000001

Color Harmonies of #A8C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C089

Black with #A8C089

Text Example


Text Example

White with #A8C089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C089; }

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

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

background-color css

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

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

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

border-color css

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

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

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