Html Css Color HEX #A6C38B Norway

📋 copy color: '#A6C38B'

red 166 ◦ green 195 ◦ blue 139

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

Shades of Norway #A6C38B

Tints of Norway #A6C38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 33.2%
G = 39%
B = 27.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A6C38B (or 0xA6C38B) is known color: Norway. HEX triplet: A6, C3 and 8B. RGB value is (166,195,139). Sum of RGB (Red+Green+Blue) = 166+195+139=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C38B is #593C74. Grayscale: #B4B4B4. Windows color (decimal): -5848181 or 9159590. OLE color: 9159590.

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

Color convert

RGB 166 195 139 -
CMYK 0.15 0 0.29 0.24
HSL 91.07º 0.32% 0.65% -
HSV(B) 91.07º 0.29% 0.76% -
XYZ 39.9 49 31.78 -
YUV 179.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 166 195 139 0.15 0 0.29 0.24 91.07 0.32 0.65
Hex A6 C3 8B F 0 1D 18 5B 20 41
Octal 246 303 213 17 0 35 30 133 40 101
Binary 10100110 11000011 10001011 1111 0 11101 11000 1011011 100000 1000001

Color Harmonies of #A6C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C38B

Black with #A6C38B

Text Example


Text Example

White with #A6C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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