Html Css Color HEX #A8BC95 Norway

📋 copy color: '#A8BC95'

red 168 ◦ green 188 ◦ blue 149

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

Shades of Norway #A8BC95

Tints of Norway #A8BC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 33.27%
G = 37.23%
B = 29.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A8BC95 (or 0xA8BC95) is known color: Norway. HEX triplet: A8, BC and 95. RGB value is (168,188,149). Sum of RGB (Red+Green+Blue) = 168+188+149=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC95 is #57436A. Grayscale: #B1B1B1. Windows color (decimal): -5718891 or 9813160. OLE color: 9813160.

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

Color convert

RGB 168 188 149 -
CMYK 0.11 0 0.21 0.26
HSL 90.77º 0.23% 0.66% -
HSV(B) 90.77º 0.21% 0.74% -
XYZ 39.56 46.46 35.32 -
YUV 177.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 168 188 149 0.11 0 0.21 0.26 90.77 0.23 0.66
Hex A8 BC 95 B 0 15 1A 5B 17 42
Octal 250 274 225 13 0 25 32 133 27 102
Binary 10101000 10111100 10010101 1011 0 10101 11010 1011011 10111 1000010

Color Harmonies of #A8BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC95

Black with #A8BC95

Text Example


Text Example

White with #A8BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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