Html Css Color HEX #A7C385 Norway

📋 copy color: '#A7C385'

red 167 ◦ green 195 ◦ blue 133

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

Shades of Norway #A7C385

Tints of Norway #A7C385

RGB

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

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

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

R = 33.74%
G = 39.39%
B = 26.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A7C385 (or 0xA7C385) is known color: Norway. HEX triplet: A7, C3 and 85. RGB value is (167,195,133). Sum of RGB (Red+Green+Blue) = 167+195+133=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C385 is #583C7A. Grayscale: #B3B3B3. Windows color (decimal): -5782651 or 8766375. OLE color: 8766375.

HSL color Cylindrical-coordinate representation of color #A7C385: hue angle of 87.1º 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 #A7C385 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 195 133 -
CMYK 0.14 0 0.32 0.24
HSL 87.1º 0.34% 0.64% -
HSV(B) 87.1º 0.32% 0.76% -
XYZ 39.69 48.94 29.54 -
YUV 179.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 167 195 133 0.14 0 0.32 0.24 87.1 0.34 0.64
Hex A7 C3 85 E 0 20 18 57 22 40
Octal 247 303 205 16 0 40 30 127 42 100
Binary 10100111 11000011 10000101 1110 0 100000 11000 1010111 100010 1000000

Color Harmonies of #A7C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C385

Black with #A7C385

Text Example


Text Example

White with #A7C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C385; }

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

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

background-color css

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

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

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

border-color css

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

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

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