Html Css Color HEX #A4BB8E Norway

📋 copy color: '#A4BB8E'

red 164 ◦ green 187 ◦ blue 142

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

Shades of Norway #A4BB8E

Tints of Norway #A4BB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 33.27%
G = 37.93%
B = 28.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A4BB8E (or 0xA4BB8E) is known color: Norway. HEX triplet: A4, BB and 8E. RGB value is (164,187,142). Sum of RGB (Red+Green+Blue) = 164+187+142=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB8E is #5B4471. Grayscale: #AFAFAF. Windows color (decimal): -5981298 or 9354148. OLE color: 9354148.

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

Color convert

RGB 164 187 142 -
CMYK 0.12 0 0.24 0.27
HSL 90.67º 0.25% 0.65% -
HSV(B) 90.67º 0.24% 0.73% -
XYZ 37.96 45.39 32.35 -
YUV 174.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 164 187 142 0.12 0 0.24 0.27 90.67 0.25 0.65
Hex A4 BB 8E C 0 18 1B 5B 19 41
Octal 244 273 216 14 0 30 33 133 31 101
Binary 10100100 10111011 10001110 1100 0 11000 11011 1011011 11001 1000001

Color Harmonies of #A4BB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB8E

Black with #A4BB8E

Text Example


Text Example

White with #A4BB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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