Html Css Color HEX #A4C291 Norway

📋 copy color: '#A4C291'

red 164 ◦ green 194 ◦ blue 145

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

Shades of Norway #A4C291

Tints of Norway #A4C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

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

R = 32.6%
G = 38.57%
B = 28.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A4C291 (or 0xA4C291) is known color: Norway. HEX triplet: A4, C2 and 91. RGB value is (164,194,145). Sum of RGB (Red+Green+Blue) = 164+194+145=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C291 is #5B3D6E. Grayscale: #B3B3B3. Windows color (decimal): -5979503 or 9552548. OLE color: 9552548.

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

Color convert

RGB 164 194 145 -
CMYK 0.15 0 0.25 0.24
HSL 96.73º 0.29% 0.66% -
HSV(B) 96.73º 0.25% 0.76% -
XYZ 39.71 48.52 34.06 -
YUV 179.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 164 194 145 0.15 0 0.25 0.24 96.73 0.29 0.66
Hex A4 C2 91 F 0 19 18 61 1D 42
Octal 244 302 221 17 0 31 30 141 35 102
Binary 10100100 11000010 10010001 1111 0 11001 11000 1100001 11101 1000010

Color Harmonies of #A4C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C291

Black with #A4C291

Text Example


Text Example

White with #A4C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C291; }

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

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

background-color css

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

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

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

border-color css

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

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

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