Html Css Color HEX #A4BE93 Norway

📋 copy color: '#A4BE93'

red 164 ◦ green 190 ◦ blue 147

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

Shades of Norway #A4BE93

Tints of Norway #A4BE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.92%

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 32.73%
G = 37.92%
B = 29.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A4BE93 (or 0xA4BE93) is known color: Norway. HEX triplet: A4, BE and 93. RGB value is (164,190,147). Sum of RGB (Red+Green+Blue) = 164+190+147=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE93 is #5B416C. Grayscale: #B1B1B1. Windows color (decimal): -5980525 or 9682596. OLE color: 9682596.

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

Color convert

RGB 164 190 147 -
CMYK 0.14 0 0.23 0.25
HSL 96.28º 0.25% 0.66% -
HSV(B) 96.28º 0.23% 0.75% -
XYZ 38.99 46.83 34.59 -
YUV 177.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 164 190 147 0.14 0 0.23 0.25 96.28 0.25 0.66
Hex A4 BE 93 E 0 17 19 60 19 42
Octal 244 276 223 16 0 27 31 140 31 102
Binary 10100100 10111110 10010011 1110 0 10111 11001 1100000 11001 1000010

Color Harmonies of #A4BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE93

Black with #A4BE93

Text Example


Text Example

White with #A4BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE93; }

 p { color: rgb(164,190,147); }

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

background-color css

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

 a { background-color: rgb(164,190,147); }

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

border-color css

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

 span { border-color: rgb(164,190,147); }

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