Html Css Color HEX #A4BF81 Norway

📋 copy color: '#A4BF81'

red 164 ◦ green 191 ◦ blue 129

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

Shades of Norway #A4BF81

Tints of Norway #A4BF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 33.88%
G = 39.46%
B = 26.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A4BF81 (or 0xA4BF81) is known color: Norway. HEX triplet: A4, BF and 81. RGB value is (164,191,129). Sum of RGB (Red+Green+Blue) = 164+191+129=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF81 is #5B407E. Grayscale: #B0B0B0. Windows color (decimal): -5980287 or 8503204. OLE color: 8503204.

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

Color convert

RGB 164 191 129 -
CMYK 0.14 0 0.32 0.25
HSL 86.13º 0.33% 0.63% -
HSV(B) 86.13º 0.32% 0.75% -
XYZ 37.9 46.74 27.79 -
YUV 175.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 164 191 129 0.14 0 0.32 0.25 86.13 0.33 0.63
Hex A4 BF 81 E 0 20 19 56 21 3F
Octal 244 277 201 16 0 40 31 126 41 77
Binary 10100100 10111111 10000001 1110 0 100000 11001 1010110 100001 111111

Color Harmonies of #A4BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF81

Black with #A4BF81

Text Example


Text Example

White with #A4BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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