Html Css Color HEX #A1B788 Norway

📋 copy color: '#A1B788'

red 161 ◦ green 183 ◦ blue 136

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

Shades of Norway #A1B788

Tints of Norway #A1B788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

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

R = 33.54%
G = 38.13%
B = 28.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A1B788 (or 0xA1B788) is known color: Norway. HEX triplet: A1, B7 and 88. RGB value is (161,183,136). Sum of RGB (Red+Green+Blue) = 161+183+136=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B788 is #5E4877. Grayscale: #ABABAB. Windows color (decimal): -6178936 or 8959905. OLE color: 8959905.

HSL color Cylindrical-coordinate representation of color #A1B788: hue angle of 88.09º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1B788 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 136 -
CMYK 0.12 0 0.26 0.28
HSL 88.09º 0.25% 0.63% -
HSV(B) 88.09º 0.26% 0.72% -
XYZ 36.08 43.22 29.73 -
YUV 171.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 161 183 136 0.12 0 0.26 0.28 88.09 0.25 0.63
Hex A1 B7 88 C 0 1A 1C 58 19 3F
Octal 241 267 210 14 0 32 34 130 31 77
Binary 10100001 10110111 10001000 1100 0 11010 11100 1011000 11001 111111

Color Harmonies of #A1B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B788

Black with #A1B788

Text Example


Text Example

White with #A1B788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B788; }

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

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

background-color css

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

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

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

border-color css

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

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

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