Html Css Color HEX #A4BF82 Norway

📋 copy color: '#A4BF82'

red 164 ◦ green 191 ◦ blue 130

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

Shades of Norway #A4BF82

Tints of Norway #A4BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 33.81%
G = 39.38%
B = 26.8%

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

#A4BF82 (or 0xA4BF82) is known color: Norway. HEX triplet: A4, BF and 82. RGB value is (164,191,130). Sum of RGB (Red+Green+Blue) = 164+191+130=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF82 is #5B407D. Grayscale: #B0B0B0. Windows color (decimal): -5980286 or 8568740. OLE color: 8568740.

HSL color Cylindrical-coordinate representation of color #A4BF82: hue angle of 86.56º degrees, saturation: 0.32, 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 #A4BF82 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 130 -
CMYK 0.14 0 0.32 0.25
HSL 86.56º 0.32% 0.63% -
HSV(B) 86.56º 0.32% 0.75% -
XYZ 37.97 46.77 28.14 -
YUV 175.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 164 191 130 0.14 0 0.32 0.25 86.56 0.32 0.63
Hex A4 BF 82 E 0 20 19 57 20 3F
Octal 244 277 202 16 0 40 31 127 40 77
Binary 10100100 10111111 10000010 1110 0 100000 11001 1010111 100000 111111

Color Harmonies of #A4BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF82

Black with #A4BF82

Text Example


Text Example

White with #A4BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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