Html Css Color HEX #A1BB88 Norway

📋 copy color: '#A1BB88'

red 161 ◦ green 187 ◦ blue 136

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

Shades of Norway #A1BB88

Tints of Norway #A1BB88

RGB

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

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

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

R = 33.26%
G = 38.64%
B = 28.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#A1BB88 (or 0xA1BB88) is known color: Norway. HEX triplet: A1, BB and 88. RGB value is (161,187,136). Sum of RGB (Red+Green+Blue) = 161+187+136=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB88 is #5E4477. Grayscale: #ADADAD. Windows color (decimal): -6177912 or 8960929. OLE color: 8960929.

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

Color convert

RGB 161 187 136 -
CMYK 0.14 0 0.27 0.27
HSL 90.59º 0.27% 0.63% -
HSV(B) 90.59º 0.27% 0.73% -
XYZ 36.91 44.9 30.01 -
YUV 173.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 161 187 136 0.14 0 0.27 0.27 90.59 0.27 0.63
Hex A1 BB 88 E 0 1B 1B 5B 1B 3F
Octal 241 273 210 16 0 33 33 133 33 77
Binary 10100001 10111011 10001000 1110 0 11011 11011 1011011 11011 111111

Color Harmonies of #A1BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB88

Black with #A1BB88

Text Example


Text Example

White with #A1BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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