Html Css Color HEX #A4C283 Norway

📋 copy color: '#A4C283'

red 164 ◦ green 194 ◦ blue 131

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

Shades of Norway #A4C283

Tints of Norway #A4C283

RGB

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

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

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

R = 33.54%
G = 39.67%
B = 26.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A4C283 (or 0xA4C283) is known color: Norway. HEX triplet: A4, C2 and 83. RGB value is (164,194,131). Sum of RGB (Red+Green+Blue) = 164+194+131=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C283 is #5B3D7C. Grayscale: #B2B2B2. Windows color (decimal): -5979517 or 8635044. OLE color: 8635044.

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

Color convert

RGB 164 194 131 -
CMYK 0.15 0 0.32 0.24
HSL 88.57º 0.34% 0.64% -
HSV(B) 88.57º 0.32% 0.76% -
XYZ 38.7 48.11 28.72 -
YUV 177.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 164 194 131 0.15 0 0.32 0.24 88.57 0.34 0.64
Hex A4 C2 83 F 0 20 18 59 22 40
Octal 244 302 203 17 0 40 30 131 42 100
Binary 10100100 11000010 10000011 1111 0 100000 11000 1011001 100010 1000000

Color Harmonies of #A4C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C283

Black with #A4C283

Text Example


Text Example

White with #A4C283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C283; }

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

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

background-color css

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

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

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

border-color css

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

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

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