Html Css Color HEX #A8C689 Norway

📋 copy color: '#A8C689'

red 168 ◦ green 198 ◦ blue 137

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

Shades of Norway #A8C689

Tints of Norway #A8C689

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

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

R = 33.4%
G = 39.36%
B = 27.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#A8C689 (or 0xA8C689) is known color: Norway. HEX triplet: A8, C6 and 89. RGB value is (168,198,137). Sum of RGB (Red+Green+Blue) = 168+198+137=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C689 is #573976. Grayscale: #B6B6B6. Windows color (decimal): -5716343 or 9029288. OLE color: 9029288.

HSL color Cylindrical-coordinate representation of color #A8C689: hue angle of 89.51º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C689 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 137 -
CMYK 0.15 0 0.31 0.22
HSL 89.51º 0.35% 0.66% -
HSV(B) 89.51º 0.31% 0.78% -
XYZ 40.86 50.52 31.26 -
YUV 182.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 168 198 137 0.15 0 0.31 0.22 89.51 0.35 0.66
Hex A8 C6 89 F 0 1F 16 5A 23 42
Octal 250 306 211 17 0 37 26 132 43 102
Binary 10101000 11000110 10001001 1111 0 11111 10110 1011010 100011 1000010

Color Harmonies of #A8C689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C689

Black with #A8C689

Text Example


Text Example

White with #A8C689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C689; }

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

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

background-color css

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

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

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

border-color css

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

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

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