Html Css Color HEX #A7C485 Norway

📋 copy color: '#A7C485'

red 167 ◦ green 196 ◦ blue 133

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

Shades of Norway #A7C485

Tints of Norway #A7C485

RGB

 RED value IS 167 (65.63% from 255) = 33.67%

 GREEN value IS 196 (76.95% from 255) = 39.52%

 BLUE value IS 133 (52.34% from 255) = 26.81%

R = 33.67%
G = 39.52%
B = 26.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A7C485 (or 0xA7C485) is known color: Norway. HEX triplet: A7, C4 and 85. RGB value is (167,196,133). Sum of RGB (Red+Green+Blue) = 167+196+133=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C485 is #583B7A. Grayscale: #B4B4B4. Windows color (decimal): -5782395 or 8766631. OLE color: 8766631.

HSL color Cylindrical-coordinate representation of color #A7C485: hue angle of 87.62º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7C485 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 196 133 -
CMYK 0.15 0 0.32 0.23
HSL 87.62º 0.35% 0.65% -
HSV(B) 87.62º 0.32% 0.77% -
XYZ 39.91 49.39 29.62 -
YUV 180.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 167 196 133 0.15 0 0.32 0.23 87.62 0.35 0.65
Hex A7 C4 85 F 0 20 17 58 23 41
Octal 247 304 205 17 0 40 27 130 43 101
Binary 10100111 11000100 10000101 1111 0 100000 10111 1011000 100011 1000001

Color Harmonies of #A7C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C485

Black with #A7C485

Text Example


Text Example

White with #A7C485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C485; }

 p { color: rgb(167,196,133); }

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

background-color css

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

 a { background-color: rgb(167,196,133); }

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

border-color css

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

 span { border-color: rgb(167,196,133); }

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