Html Css Color HEX #A6C385 Norway

📋 copy color: '#A6C385'

red 166 ◦ green 195 ◦ blue 133

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

Shades of Norway #A6C385

Tints of Norway #A6C385

RGB

 RED value IS 166 (65.23% from 255) = 33.6%

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

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

R = 33.6%
G = 39.47%
B = 26.92%

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

#A6C385 (or 0xA6C385) is known color: Norway. HEX triplet: A6, C3 and 85. RGB value is (166,195,133). Sum of RGB (Red+Green+Blue) = 166+195+133=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C385 is #593C7A. Grayscale: #B3B3B3. Windows color (decimal): -5848187 or 8766374. OLE color: 8766374.

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

Color convert

RGB 166 195 133 -
CMYK 0.15 0 0.32 0.24
HSL 88.06º 0.34% 0.64% -
HSV(B) 88.06º 0.32% 0.76% -
XYZ 39.47 48.83 29.54 -
YUV 179.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 166 195 133 0.15 0 0.32 0.24 88.06 0.34 0.64
Hex A6 C3 85 F 0 20 18 58 22 40
Octal 246 303 205 17 0 40 30 130 42 100
Binary 10100110 11000011 10000101 1111 0 100000 11000 1011000 100010 1000000

Color Harmonies of #A6C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C385

Black with #A6C385

Text Example


Text Example

White with #A6C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C385; }

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

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

background-color css

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

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

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

border-color css

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

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

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