Html Css Color HEX #A7BC94 Norway

📋 copy color: '#A7BC94'

red 167 ◦ green 188 ◦ blue 148

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

Shades of Norway #A7BC94

Tints of Norway #A7BC94

RGB

 RED value IS 167 (65.63% from 255) = 33.2%

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

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

R = 33.2%
G = 37.38%
B = 29.42%

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

#A7BC94 (or 0xA7BC94) is known color: Norway. HEX triplet: A7, BC and 94. RGB value is (167,188,148). Sum of RGB (Red+Green+Blue) = 167+188+148=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC94 is #58436B. Grayscale: #B1B1B1. Windows color (decimal): -5784428 or 9747623. OLE color: 9747623.

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

Color convert

RGB 167 188 148 -
CMYK 0.11 0 0.21 0.26
HSL 91.5º 0.23% 0.66% -
HSV(B) 91.5º 0.21% 0.74% -
XYZ 39.26 46.32 34.89 -
YUV 177.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 167 188 148 0.11 0 0.21 0.26 91.5 0.23 0.66
Hex A7 BC 94 B 0 15 1A 5C 17 42
Octal 247 274 224 13 0 25 32 134 27 102
Binary 10100111 10111100 10010100 1011 0 10101 11010 1011100 10111 1000010

Color Harmonies of #A7BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC94

Black with #A7BC94

Text Example


Text Example

White with #A7BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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