Html Css Color HEX #A4C08C Norway

📋 copy color: '#A4C08C'

red 164 ◦ green 192 ◦ blue 140

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

Shades of Norway #A4C08C

Tints of Norway #A4C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 33.06%
G = 38.71%
B = 28.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A4C08C (or 0xA4C08C) is known color: Norway. HEX triplet: A4, C0 and 8C. RGB value is (164,192,140). Sum of RGB (Red+Green+Blue) = 164+192+140=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C08C is #5B3F73. Grayscale: #B1B1B1. Windows color (decimal): -5980020 or 9224356. OLE color: 9224356.

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

Color convert

RGB 164 192 140 -
CMYK 0.15 0 0.27 0.25
HSL 92.31º 0.29% 0.65% -
HSV(B) 92.31º 0.27% 0.75% -
XYZ 38.89 47.49 31.93 -
YUV 177.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 164 192 140 0.15 0 0.27 0.25 92.31 0.29 0.65
Hex A4 C0 8C F 0 1B 19 5C 1D 41
Octal 244 300 214 17 0 33 31 134 35 101
Binary 10100100 11000000 10001100 1111 0 11011 11001 1011100 11101 1000001

Color Harmonies of #A4C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C08C

Black with #A4C08C

Text Example


Text Example

White with #A4C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C08C; }

 p { color: rgb(164,192,140); }

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

background-color css

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

 a { background-color: rgb(164,192,140); }

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

border-color css

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

 span { border-color: rgb(164,192,140); }

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