Html Css Color HEX #A1BC88 Norway

📋 copy color: '#A1BC88'

red 161 ◦ green 188 ◦ blue 136

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

Shades of Norway #A1BC88

Tints of Norway #A1BC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 33.2%
G = 38.76%
B = 28.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A1BC88 (or 0xA1BC88) is known color: Norway. HEX triplet: A1, BC and 88. RGB value is (161,188,136). Sum of RGB (Red+Green+Blue) = 161+188+136=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC88 is #5E4377. Grayscale: #AEAEAE. Windows color (decimal): -6177656 or 8961185. OLE color: 8961185.

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

Color convert

RGB 161 188 136 -
CMYK 0.14 0 0.28 0.26
HSL 91.15º 0.28% 0.64% -
HSV(B) 91.15º 0.28% 0.74% -
XYZ 37.13 45.32 30.08 -
YUV 174 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 161 188 136 0.14 0 0.28 0.26 91.15 0.28 0.64
Hex A1 BC 88 E 0 1C 1A 5B 1C 40
Octal 241 274 210 16 0 34 32 133 34 100
Binary 10100001 10111100 10001000 1110 0 11100 11010 1011011 11100 1000000

Color Harmonies of #A1BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC88

Black with #A1BC88

Text Example


Text Example

White with #A1BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC88; }

 p { color: rgb(161,188,136); }

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

background-color css

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

 a { background-color: rgb(161,188,136); }

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

border-color css

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

 span { border-color: rgb(161,188,136); }

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