Html Css Color HEX #A8BD8F Norway

📋 copy color: '#A8BD8F'

red 168 ◦ green 189 ◦ blue 143

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

Shades of Norway #A8BD8F

Tints of Norway #A8BD8F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

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

R = 33.6%
G = 37.8%
B = 28.6%

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

#A8BD8F (or 0xA8BD8F) is known color: Norway. HEX triplet: A8, BD and 8F. RGB value is (168,189,143). Sum of RGB (Red+Green+Blue) = 168+189+143=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD8F is #574270. Grayscale: #B1B1B1. Windows color (decimal): -5718641 or 9420200. OLE color: 9420200.

HSL color Cylindrical-coordinate representation of color #A8BD8F: hue angle of 87.39º degrees, saturation: 0.26, 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 #A8BD8F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 143 -
CMYK 0.11 0 0.24 0.26
HSL 87.39º 0.26% 0.65% -
HSV(B) 87.39º 0.24% 0.74% -
XYZ 39.3 46.7 32.93 -
YUV 177.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 168 189 143 0.11 0 0.24 0.26 87.39 0.26 0.65
Hex A8 BD 8F B 0 18 1A 57 1A 41
Octal 250 275 217 13 0 30 32 127 32 101
Binary 10101000 10111101 10001111 1011 0 11000 11010 1010111 11010 1000001

Color Harmonies of #A8BD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD8F

Black with #A8BD8F

Text Example


Text Example

White with #A8BD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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