Html Css Color HEX #A8BC96 Norway

📋 copy color: '#A8BC96'

red 168 ◦ green 188 ◦ blue 150

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

Shades of Norway #A8BC96

Tints of Norway #A8BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 33.2%
G = 37.15%
B = 29.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A8BC96 (or 0xA8BC96) is known color: Norway. HEX triplet: A8, BC and 96. RGB value is (168,188,150). Sum of RGB (Red+Green+Blue) = 168+188+150=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC96 is #574369. Grayscale: #B1B1B1. Windows color (decimal): -5718890 or 9878696. OLE color: 9878696.

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

Color convert

RGB 168 188 150 -
CMYK 0.11 0 0.20 0.26
HSL 91.58º 0.22% 0.66% -
HSV(B) 91.58º 0.2% 0.74% -
XYZ 39.64 46.49 35.74 -
YUV 177.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 168 188 150 0.11 0 0.20 0.26 91.58 0.22 0.66
Hex A8 BC 96 B 0 14 1A 5C 16 42
Octal 250 274 226 13 0 24 32 134 26 102
Binary 10101000 10111100 10010110 1011 0 10100 11010 1011100 10110 1000010

Color Harmonies of #A8BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC96

Black with #A8BC96

Text Example


Text Example

White with #A8BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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