Html Css Color HEX #A8C48B Norway

📋 copy color: '#A8C48B'

red 168 ◦ green 196 ◦ blue 139

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

Shades of Norway #A8C48B

Tints of Norway #A8C48B

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 33.4%
G = 38.97%
B = 27.63%

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

#A8C48B (or 0xA8C48B) is known color: Norway. HEX triplet: A8, C4 and 8B. RGB value is (168,196,139). Sum of RGB (Red+Green+Blue) = 168+196+139=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C48B is #573B74. Grayscale: #B5B5B5. Windows color (decimal): -5716853 or 9159848. OLE color: 9159848.

HSL color Cylindrical-coordinate representation of color #A8C48B: hue angle of 89.47º 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 #A8C48B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 139 -
CMYK 0.14 0 0.29 0.23
HSL 89.47º 0.33% 0.66% -
HSV(B) 89.47º 0.29% 0.77% -
XYZ 40.55 49.67 31.88 -
YUV 181.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 168 196 139 0.14 0 0.29 0.23 89.47 0.33 0.66
Hex A8 C4 8B E 0 1D 17 59 21 42
Octal 250 304 213 16 0 35 27 131 41 102
Binary 10101000 11000100 10001011 1110 0 11101 10111 1011001 100001 1000010

Color Harmonies of #A8C48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C48B

Black with #A8C48B

Text Example


Text Example

White with #A8C48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C48B; }

 p { color: rgb(168,196,139); }

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

background-color css

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

 a { background-color: rgb(168,196,139); }

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

border-color css

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

 span { border-color: rgb(168,196,139); }

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