Html Css Color HEX #A4B286 Norway

📋 copy color: '#A4B286'

red 164 ◦ green 178 ◦ blue 134

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

Shades of Norway #A4B286

Tints of Norway #A4B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.39%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 34.45%
G = 37.39%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#A4B286 (or 0xA4B286) is known color: Norway. HEX triplet: A4, B2 and 86. RGB value is (164,178,134). Sum of RGB (Red+Green+Blue) = 164+178+134=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B286 is #5B4D79. Grayscale: #A8A8A8. Windows color (decimal): -5983610 or 8827556. OLE color: 8827556.

HSL color Cylindrical-coordinate representation of color #A4B286: hue angle of 79.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B286 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 134 -
CMYK 0.08 0 0.25 0.30
HSL 79.09º 0.22% 0.61% -
HSV(B) 79.09º 0.25% 0.7% -
XYZ 35.53 41.45 28.68 -
YUV 168.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 164 178 134 0.08 0 0.25 0.30 79.09 0.22 0.61
Hex A4 B2 86 8 0 19 1E 4F 16 3D
Octal 244 262 206 10 0 31 36 117 26 75
Binary 10100100 10110010 10000110 1000 0 11001 11110 1001111 10110 111101

Color Harmonies of #A4B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B286

Black with #A4B286

Text Example


Text Example

White with #A4B286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B286; }

 p { color: rgb(164,178,134); }

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

background-color css

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

 a { background-color: rgb(164,178,134); }

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

border-color css

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

 span { border-color: rgb(164,178,134); }

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