Html Css Color HEX #A6C38C Norway

📋 copy color: '#A6C38C'

red 166 ◦ green 195 ◦ blue 140

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

Shades of Norway #A6C38C

Tints of Norway #A6C38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 33.13%
G = 38.92%
B = 27.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#A6C38C (or 0xA6C38C) is known color: Norway. HEX triplet: A6, C3 and 8C. RGB value is (166,195,140). Sum of RGB (Red+Green+Blue) = 166+195+140=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C38C is #593C73. Grayscale: #B4B4B4. Windows color (decimal): -5848180 or 9225126. OLE color: 9225126.

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

Color convert

RGB 166 195 140 -
CMYK 0.15 0 0.28 0.24
HSL 91.64º 0.31% 0.66% -
HSV(B) 91.64º 0.28% 0.76% -
XYZ 39.97 49.03 32.17 -
YUV 180.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 166 195 140 0.15 0 0.28 0.24 91.64 0.31 0.66
Hex A6 C3 8C F 0 1C 18 5C 1F 42
Octal 246 303 214 17 0 34 30 134 37 102
Binary 10100110 11000011 10001100 1111 0 11100 11000 1011100 11111 1000010

Color Harmonies of #A6C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C38C

Black with #A6C38C

Text Example


Text Example

White with #A6C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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