Html Css Color HEX #AAC58B Norway

📋 copy color: '#AAC58B'

red 170 ◦ green 197 ◦ blue 139

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

Shades of Norway #AAC58B

Tints of Norway #AAC58B

RGB

 RED value IS 170 (66.8% from 255) = 33.6%

 GREEN value IS 197 (77.34% from 255) = 38.93%

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

R = 33.6%
G = 38.93%
B = 27.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#AAC58B (or 0xAAC58B) is known color: Norway. HEX triplet: AA, C5 and 8B. RGB value is (170,197,139). Sum of RGB (Red+Green+Blue) = 170+197+139=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC58B is #553A74. Grayscale: #B6B6B6. Windows color (decimal): -5585525 or 9160106. OLE color: 9160106.

HSL color Cylindrical-coordinate representation of color #AAC58B: hue angle of 87.93º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC58B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 139 -
CMYK 0.14 0 0.29 0.23
HSL 87.93º 0.33% 0.66% -
HSV(B) 87.93º 0.29% 0.77% -
XYZ 41.2 50.34 31.97 -
YUV 182.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 170 197 139 0.14 0 0.29 0.23 87.93 0.33 0.66
Hex AA C5 8B E 0 1D 17 58 21 42
Octal 252 305 213 16 0 35 27 130 41 102
Binary 10101010 11000101 10001011 1110 0 11101 10111 1011000 100001 1000010

Color Harmonies of #AAC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC58B

Black with #AAC58B

Text Example


Text Example

White with #AAC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC58B; }

 p { color: rgb(170,197,139); }

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

background-color css

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

 a { background-color: rgb(170,197,139); }

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

border-color css

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

 span { border-color: rgb(170,197,139); }

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