Html Css Color HEX #A1C38B Norway

📋 copy color: '#A1C38B'

red 161 ◦ green 195 ◦ blue 139

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

Shades of Norway #A1C38B

Tints of Norway #A1C38B

RGB

 RED value IS 161 (63.28% from 255) = 32.53%

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

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

R = 32.53%
G = 39.39%
B = 28.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A1C38B (or 0xA1C38B) is known color: Norway. HEX triplet: A1, C3 and 8B. RGB value is (161,195,139). Sum of RGB (Red+Green+Blue) = 161+195+139=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C38B is #5E3C74. Grayscale: #B2B2B2. Windows color (decimal): -6175861 or 9159585. OLE color: 9159585.

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

Color convert

RGB 161 195 139 -
CMYK 0.17 0 0.29 0.24
HSL 96.43º 0.32% 0.65% -
HSV(B) 96.43º 0.29% 0.76% -
XYZ 38.87 48.47 31.73 -
YUV 178.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 161 195 139 0.17 0 0.29 0.24 96.43 0.32 0.65
Hex A1 C3 8B 11 0 1D 18 60 20 41
Octal 241 303 213 21 0 35 30 140 40 101
Binary 10100001 11000011 10001011 10001 0 11101 11000 1100000 100000 1000001

Color Harmonies of #A1C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C38B

Black with #A1C38B

Text Example


Text Example

White with #A1C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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