Html Css Color HEX #A8BC94 Norway

📋 copy color: '#A8BC94'

red 168 ◦ green 188 ◦ blue 148

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

Shades of Norway #A8BC94

Tints of Norway #A8BC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 33.33%
G = 37.3%
B = 29.37%

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

#A8BC94 (or 0xA8BC94) is known color: Norway. HEX triplet: A8, BC and 94. RGB value is (168,188,148). Sum of RGB (Red+Green+Blue) = 168+188+148=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC94 is #57436B. Grayscale: #B1B1B1. Windows color (decimal): -5718892 or 9747624. OLE color: 9747624.

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

Color convert

RGB 168 188 148 -
CMYK 0.11 0 0.21 0.26
HSL 90º 0.23% 0.66% -
HSV(B) 90º 0.21% 0.74% -
XYZ 39.48 46.43 34.9 -
YUV 177.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 168 188 148 0.11 0 0.21 0.26 90 0.23 0.66
Hex A8 BC 94 B 0 15 1A 5A 17 42
Octal 250 274 224 13 0 25 32 132 27 102
Binary 10101000 10111100 10010100 1011 0 10101 11010 1011010 10111 1000010

Color Harmonies of #A8BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC94

Black with #A8BC94

Text Example


Text Example

White with #A8BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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