Html Css Color HEX #A6B38B Norway

📋 copy color: '#A6B38B'

red 166 ◦ green 179 ◦ blue 139

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

Shades of Norway #A6B38B

Tints of Norway #A6B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 34.3%
G = 36.98%
B = 28.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#A6B38B (or 0xA6B38B) is known color: Norway. HEX triplet: A6, B3 and 8B. RGB value is (166,179,139). Sum of RGB (Red+Green+Blue) = 166+179+139=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B38B is #594C74. Grayscale: #AAAAAA. Windows color (decimal): -5852277 or 9155494. OLE color: 9155494.

HSL color Cylindrical-coordinate representation of color #A6B38B: hue angle of 79.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6B38B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 139 -
CMYK 0.07 0 0.22 0.30
HSL 79.5º 0.21% 0.62% -
HSV(B) 79.5º 0.22% 0.7% -
XYZ 36.51 42.21 30.65 -
YUV 170.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 166 179 139 0.07 0 0.22 0.30 79.5 0.21 0.62
Hex A6 B3 8B 7 0 16 1E 50 15 3E
Octal 246 263 213 7 0 26 36 120 25 76
Binary 10100110 10110011 10001011 111 0 10110 11110 1010000 10101 111110

Color Harmonies of #A6B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B38B

Black with #A6B38B

Text Example


Text Example

White with #A6B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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