Html Css Color HEX #A4C083 Norway

📋 copy color: '#A4C083'

red 164 ◦ green 192 ◦ blue 131

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

Shades of Norway #A4C083

Tints of Norway #A4C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 33.68%
G = 39.43%
B = 26.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A4C083 (or 0xA4C083) is known color: Norway. HEX triplet: A4, C0 and 83. RGB value is (164,192,131). Sum of RGB (Red+Green+Blue) = 164+192+131=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C083 is #5B3F7C. Grayscale: #B0B0B0. Windows color (decimal): -5980029 or 8634532. OLE color: 8634532.

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

Color convert

RGB 164 192 131 -
CMYK 0.15 0 0.32 0.25
HSL 87.54º 0.33% 0.63% -
HSV(B) 87.54º 0.32% 0.75% -
XYZ 38.26 47.23 28.57 -
YUV 176.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 164 192 131 0.15 0 0.32 0.25 87.54 0.33 0.63
Hex A4 C0 83 F 0 20 19 58 21 3F
Octal 244 300 203 17 0 40 31 130 41 77
Binary 10100100 11000000 10000011 1111 0 100000 11001 1011000 100001 111111

Color Harmonies of #A4C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C083

Black with #A4C083

Text Example


Text Example

White with #A4C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C083; }

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

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

background-color css

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

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

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

border-color css

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

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

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