Html Css Color HEX #A4BB8A Norway

📋 copy color: '#A4BB8A'

red 164 ◦ green 187 ◦ blue 138

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

Shades of Norway #A4BB8A

Tints of Norway #A4BB8A

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 33.54%
G = 38.24%
B = 28.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A4BB8A (or 0xA4BB8A) is known color: Norway. HEX triplet: A4, BB and 8A. RGB value is (164,187,138). Sum of RGB (Red+Green+Blue) = 164+187+138=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB8A is #5B4475. Grayscale: #AEAEAE. Windows color (decimal): -5981302 or 9092004. OLE color: 9092004.

HSL color Cylindrical-coordinate representation of color #A4BB8A: hue angle of 88.16º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BB8A is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 138 -
CMYK 0.12 0 0.26 0.27
HSL 88.16º 0.26% 0.64% -
HSV(B) 88.16º 0.26% 0.73% -
XYZ 37.67 45.27 30.8 -
YUV 174.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 164 187 138 0.12 0 0.26 0.27 88.16 0.26 0.64
Hex A4 BB 8A C 0 1A 1B 58 1A 40
Octal 244 273 212 14 0 32 33 130 32 100
Binary 10100100 10111011 10001010 1100 0 11010 11011 1011000 11010 1000000

Color Harmonies of #A4BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB8A

Black with #A4BB8A

Text Example


Text Example

White with #A4BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB8A; }

 p { color: rgb(164,187,138); }

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

background-color css

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

 a { background-color: rgb(164,187,138); }

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

border-color css

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

 span { border-color: rgb(164,187,138); }

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