Html Css Color HEX #A3BB8A Norway

📋 copy color: '#A3BB8A'

red 163 ◦ green 187 ◦ blue 138

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

Shades of Norway #A3BB8A

Tints of Norway #A3BB8A

RGB

 RED value IS 163 (64.06% from 255) = 33.4%

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 33.4%
G = 38.32%
B = 28.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A3BB8A (or 0xA3BB8A) is known color: Norway. HEX triplet: A3, BB and 8A. RGB value is (163,187,138). Sum of RGB (Red+Green+Blue) = 163+187+138=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BB8A is #5C4475. Grayscale: #AEAEAE. Windows color (decimal): -6046838 or 9092003. OLE color: 9092003.

HSL color Cylindrical-coordinate representation of color #A3BB8A: hue angle of 89.39º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BB8A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 138 -
CMYK 0.13 0 0.26 0.27
HSL 89.39º 0.26% 0.64% -
HSV(B) 89.39º 0.26% 0.73% -
XYZ 37.46 45.16 30.79 -
YUV 174.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 163 187 138 0.13 0 0.26 0.27 89.39 0.26 0.64
Hex A3 BB 8A D 0 1A 1B 59 1A 40
Octal 243 273 212 15 0 32 33 131 32 100
Binary 10100011 10111011 10001010 1101 0 11010 11011 1011001 11010 1000000

Color Harmonies of #A3BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BB8A

Black with #A3BB8A

Text Example


Text Example

White with #A3BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BB8A; }

 p { color: rgb(163,187,138); }

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

background-color css

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

 a { background-color: rgb(163,187,138); }

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

border-color css

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

 span { border-color: rgb(163,187,138); }

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