Html Css Color HEX #A4C391 Norway

📋 copy color: '#A4C391'

red 164 ◦ green 195 ◦ blue 145

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

Shades of Norway #A4C391

Tints of Norway #A4C391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 32.54%
G = 38.69%
B = 28.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A4C391 (or 0xA4C391) is known color: Norway. HEX triplet: A4, C3 and 91. RGB value is (164,195,145). Sum of RGB (Red+Green+Blue) = 164+195+145=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C391 is #5B3C6E. Grayscale: #B4B4B4. Windows color (decimal): -5979247 or 9552804. OLE color: 9552804.

HSL color Cylindrical-coordinate representation of color #A4C391: hue angle of 97.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C391 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 145 -
CMYK 0.16 0 0.26 0.24
HSL 97.2º 0.29% 0.67% -
HSV(B) 97.2º 0.26% 0.76% -
XYZ 39.94 48.97 34.13 -
YUV 180.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 164 195 145 0.16 0 0.26 0.24 97.2 0.29 0.67
Hex A4 C3 91 10 0 1A 18 61 1D 43
Octal 244 303 221 20 0 32 30 141 35 103
Binary 10100100 11000011 10010001 10000 0 11010 11000 1100001 11101 1000011

Color Harmonies of #A4C391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C391

Black with #A4C391

Text Example


Text Example

White with #A4C391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C391; }

 p { color: rgb(164,195,145); }

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

background-color css

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

 a { background-color: rgb(164,195,145); }

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

border-color css

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

 span { border-color: rgb(164,195,145); }

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