Html Css Color HEX #A4C38A Norway

📋 copy color: '#A4C38A'

red 164 ◦ green 195 ◦ blue 138

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

Shades of Norway #A4C38A

Tints of Norway #A4C38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 33%
G = 39.24%
B = 27.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A4C38A (or 0xA4C38A) is known color: Norway. HEX triplet: A4, C3 and 8A. RGB value is (164,195,138). Sum of RGB (Red+Green+Blue) = 164+195+138=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C38A is #5B3C75. Grayscale: #B3B3B3. Windows color (decimal): -5979254 or 9094052. OLE color: 9094052.

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

Color convert

RGB 164 195 138 -
CMYK 0.16 0 0.29 0.24
HSL 92.63º 0.32% 0.65% -
HSV(B) 92.63º 0.29% 0.76% -
XYZ 39.41 48.76 31.38 -
YUV 179.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 164 195 138 0.16 0 0.29 0.24 92.63 0.32 0.65
Hex A4 C3 8A 10 0 1D 18 5D 20 41
Octal 244 303 212 20 0 35 30 135 40 101
Binary 10100100 11000011 10001010 10000 0 11101 11000 1011101 100000 1000001

Color Harmonies of #A4C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C38A

Black with #A4C38A

Text Example


Text Example

White with #A4C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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