Html Css Color HEX #A4BF8B Norway

📋 copy color: '#A4BF8B'

red 164 ◦ green 191 ◦ blue 139

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

Shades of Norway #A4BF8B

Tints of Norway #A4BF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 38.66%

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 33.2%
G = 38.66%
B = 28.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A4BF8B (or 0xA4BF8B) is known color: Norway. HEX triplet: A4, BF and 8B. RGB value is (164,191,139). Sum of RGB (Red+Green+Blue) = 164+191+139=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF8B is #5B4074. Grayscale: #B1B1B1. Windows color (decimal): -5980277 or 9158564. OLE color: 9158564.

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

Color convert

RGB 164 191 139 -
CMYK 0.14 0 0.27 0.25
HSL 91.15º 0.29% 0.65% -
HSV(B) 91.15º 0.27% 0.75% -
XYZ 38.6 47.02 31.47 -
YUV 177 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 164 191 139 0.14 0 0.27 0.25 91.15 0.29 0.65
Hex A4 BF 8B E 0 1B 19 5B 1D 41
Octal 244 277 213 16 0 33 31 133 35 101
Binary 10100100 10111111 10001011 1110 0 11011 11001 1011011 11101 1000001

Color Harmonies of #A4BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF8B

Black with #A4BF8B

Text Example


Text Example

White with #A4BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF8B; }

 p { color: rgb(164,191,139); }

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

background-color css

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

 a { background-color: rgb(164,191,139); }

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

border-color css

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

 span { border-color: rgb(164,191,139); }

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