Html Css Color HEX #A8BC8C Norway

📋 copy color: '#A8BC8C'

red 168 ◦ green 188 ◦ blue 140

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

Shades of Norway #A8BC8C

Tints of Norway #A8BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 33.87%
G = 37.9%
B = 28.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#A8BC8C (or 0xA8BC8C) is known color: Norway. HEX triplet: A8, BC and 8C. RGB value is (168,188,140). Sum of RGB (Red+Green+Blue) = 168+188+140=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC8C is #574373. Grayscale: #B0B0B0. Windows color (decimal): -5718900 or 9223336. OLE color: 9223336.

HSL color Cylindrical-coordinate representation of color #A8BC8C: hue angle of 85º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BC8C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 140 -
CMYK 0.11 0 0.26 0.26
HSL 85º 0.26% 0.64% -
HSV(B) 85º 0.26% 0.74% -
XYZ 38.87 46.18 31.68 -
YUV 176.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 168 188 140 0.11 0 0.26 0.26 85 0.26 0.64
Hex A8 BC 8C B 0 1A 1A 55 1A 40
Octal 250 274 214 13 0 32 32 125 32 100
Binary 10101000 10111100 10001100 1011 0 11010 11010 1010101 11010 1000000

Color Harmonies of #A8BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC8C

Black with #A8BC8C

Text Example


Text Example

White with #A8BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC8C; }

 p { color: rgb(168,188,140); }

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

background-color css

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

 a { background-color: rgb(168,188,140); }

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

border-color css

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

 span { border-color: rgb(168,188,140); }

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