Html Css Color HEX #A7BB96 Norway

📋 copy color: '#A7BB96'

red 167 ◦ green 187 ◦ blue 150

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

Shades of Norway #A7BB96

Tints of Norway #A7BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

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

R = 33.13%
G = 37.1%
B = 29.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A7BB96 (or 0xA7BB96) is known color: Norway. HEX triplet: A7, BB and 96. RGB value is (167,187,150). Sum of RGB (Red+Green+Blue) = 167+187+150=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BB96 is #584469. Grayscale: #B0B0B0. Windows color (decimal): -5784682 or 9878439. OLE color: 9878439.

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

Color convert

RGB 167 187 150 -
CMYK 0.11 0 0.20 0.27
HSL 92.43º 0.21% 0.66% -
HSV(B) 92.43º 0.2% 0.73% -
XYZ 39.21 45.96 35.66 -
YUV 176.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 167 187 150 0.11 0 0.20 0.27 92.43 0.21 0.66
Hex A7 BB 96 B 0 14 1B 5C 15 42
Octal 247 273 226 13 0 24 33 134 25 102
Binary 10100111 10111011 10010110 1011 0 10100 11011 1011100 10101 1000010

Color Harmonies of #A7BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BB96

Black with #A7BB96

Text Example


Text Example

White with #A7BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BB96; }

 p { color: rgb(167,187,150); }

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

background-color css

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

 a { background-color: rgb(167,187,150); }

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

border-color css

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

 span { border-color: rgb(167,187,150); }

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