Html Css Color HEX #A2BC83 Norway

📋 copy color: '#A2BC83'

red 162 ◦ green 188 ◦ blue 131

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

Shades of Norway #A2BC83

Tints of Norway #A2BC83

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 33.68%
G = 39.09%
B = 27.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#A2BC83 (or 0xA2BC83) is known color: Norway. HEX triplet: A2, BC and 83. RGB value is (162,188,131). Sum of RGB (Red+Green+Blue) = 162+188+131=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC83 is #5D437C. Grayscale: #ADADAD. Windows color (decimal): -6112125 or 8633506. OLE color: 8633506.

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

Color convert

RGB 162 188 131 -
CMYK 0.14 0 0.30 0.26
HSL 87.37º 0.3% 0.63% -
HSV(B) 87.37º 0.3% 0.74% -
XYZ 36.98 45.29 28.26 -
YUV 173.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 162 188 131 0.14 0 0.30 0.26 87.37 0.3 0.63
Hex A2 BC 83 E 0 1E 1A 57 1E 3F
Octal 242 274 203 16 0 36 32 127 36 77
Binary 10100010 10111100 10000011 1110 0 11110 11010 1010111 11110 111111

Color Harmonies of #A2BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC83

Black with #A2BC83

Text Example


Text Example

White with #A2BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC83; }

 p { color: rgb(162,188,131); }

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

background-color css

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

 a { background-color: rgb(162,188,131); }

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

border-color css

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

 span { border-color: rgb(162,188,131); }

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