Html Css Color HEX #A4BA88 Norway

📋 copy color: '#A4BA88'

red 164 ◦ green 186 ◦ blue 136

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

Shades of Norway #A4BA88

Tints of Norway #A4BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 136 (53.52% from 255) = 27.98%

R = 33.74%
G = 38.27%
B = 27.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#A4BA88 (or 0xA4BA88) is known color: Norway. HEX triplet: A4, BA and 88. RGB value is (164,186,136). Sum of RGB (Red+Green+Blue) = 164+186+136=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA88 is #5B4577. Grayscale: #ADADAD. Windows color (decimal): -5981560 or 8960676. OLE color: 8960676.

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

Color convert

RGB 164 186 136 -
CMYK 0.12 0 0.27 0.27
HSL 86.4º 0.27% 0.63% -
HSV(B) 86.4º 0.27% 0.73% -
XYZ 37.31 44.79 29.97 -
YUV 173.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 164 186 136 0.12 0 0.27 0.27 86.4 0.27 0.63
Hex A4 BA 88 C 0 1B 1B 56 1B 3F
Octal 244 272 210 14 0 33 33 126 33 77
Binary 10100100 10111010 10001000 1100 0 11011 11011 1010110 11011 111111

Color Harmonies of #A4BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA88

Black with #A4BA88

Text Example


Text Example

White with #A4BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA88; }

 p { color: rgb(164,186,136); }

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

background-color css

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

 a { background-color: rgb(164,186,136); }

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

border-color css

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

 span { border-color: rgb(164,186,136); }

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