Html Css Color HEX #A4BB8C Norway

📋 copy color: '#A4BB8C'

red 164 ◦ green 187 ◦ blue 140

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

Shades of Norway #A4BB8C

Tints of Norway #A4BB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 33.4%
G = 38.09%
B = 28.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A4BB8C (or 0xA4BB8C) is known color: Norway. HEX triplet: A4, BB and 8C. RGB value is (164,187,140). Sum of RGB (Red+Green+Blue) = 164+187+140=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB8C is #5B4473. Grayscale: #AEAEAE. Windows color (decimal): -5981300 or 9223076. OLE color: 9223076.

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

Color convert

RGB 164 187 140 -
CMYK 0.12 0 0.25 0.27
HSL 89.36º 0.26% 0.64% -
HSV(B) 89.36º 0.25% 0.73% -
XYZ 37.81 45.33 31.57 -
YUV 174.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 164 187 140 0.12 0 0.25 0.27 89.36 0.26 0.64
Hex A4 BB 8C C 0 19 1B 59 1A 40
Octal 244 273 214 14 0 31 33 131 32 100
Binary 10100100 10111011 10001100 1100 0 11001 11011 1011001 11010 1000000

Color Harmonies of #A4BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB8C

Black with #A4BB8C

Text Example


Text Example

White with #A4BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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