Html Css Color HEX #A7BB94 Norway

📋 copy color: '#A7BB94'

red 167 ◦ green 187 ◦ blue 148

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

Shades of Norway #A7BB94

Tints of Norway #A7BB94

RGB

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

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

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

R = 33.27%
G = 37.25%
B = 29.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A7BB94 (or 0xA7BB94) is known color: Norway. HEX triplet: A7, BB and 94. RGB value is (167,187,148). Sum of RGB (Red+Green+Blue) = 167+187+148=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BB94 is #58446B. Grayscale: #B0B0B0. Windows color (decimal): -5784684 or 9747367. OLE color: 9747367.

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

Color convert

RGB 167 187 148 -
CMYK 0.11 0 0.21 0.27
HSL 90.77º 0.22% 0.66% -
HSV(B) 90.77º 0.21% 0.73% -
XYZ 39.05 45.89 34.82 -
YUV 176.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 167 187 148 0.11 0 0.21 0.27 90.77 0.22 0.66
Hex A7 BB 94 B 0 15 1B 5B 16 42
Octal 247 273 224 13 0 25 33 133 26 102
Binary 10100111 10111011 10010100 1011 0 10101 11011 1011011 10110 1000010

Color Harmonies of #A7BB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BB94

Black with #A7BB94

Text Example


Text Example

White with #A7BB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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