Html Css Color HEX #A8BC8F Norway

📋 copy color: '#A8BC8F'

red 168 ◦ green 188 ◦ blue 143

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

Shades of Norway #A8BC8F

Tints of Norway #A8BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 33.67%
G = 37.68%
B = 28.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#A8BC8F (or 0xA8BC8F) is known color: Norway. HEX triplet: A8, BC and 8F. RGB value is (168,188,143). Sum of RGB (Red+Green+Blue) = 168+188+143=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC8F is #574370. Grayscale: #B1B1B1. Windows color (decimal): -5718897 or 9419944. OLE color: 9419944.

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

Color convert

RGB 168 188 143 -
CMYK 0.11 0 0.24 0.26
HSL 86.67º 0.25% 0.65% -
HSV(B) 86.67º 0.24% 0.74% -
XYZ 39.09 46.27 32.86 -
YUV 176.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 168 188 143 0.11 0 0.24 0.26 86.67 0.25 0.65
Hex A8 BC 8F B 0 18 1A 57 19 41
Octal 250 274 217 13 0 30 32 127 31 101
Binary 10101000 10111100 10001111 1011 0 11000 11010 1010111 11001 1000001

Color Harmonies of #A8BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC8F

Black with #A8BC8F

Text Example


Text Example

White with #A8BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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