Html Css Color HEX #A2BB83 Norway

📋 copy color: '#A2BB83'

red 162 ◦ green 187 ◦ blue 131

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

Shades of Norway #A2BB83

Tints of Norway #A2BB83

RGB

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

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

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

R = 33.75%
G = 38.96%
B = 27.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A2BB83 (or 0xA2BB83) is known color: Norway. HEX triplet: A2, BB and 83. RGB value is (162,187,131). Sum of RGB (Red+Green+Blue) = 162+187+131=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB83 is #5D447C. Grayscale: #ADADAD. Windows color (decimal): -6112381 or 8633250. OLE color: 8633250.

HSL color Cylindrical-coordinate representation of color #A2BB83: hue angle of 86.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BB83 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 131 -
CMYK 0.13 0 0.30 0.27
HSL 86.79º 0.29% 0.62% -
HSV(B) 86.79º 0.3% 0.73% -
XYZ 36.77 44.86 28.19 -
YUV 173.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 162 187 131 0.13 0 0.30 0.27 86.79 0.29 0.62
Hex A2 BB 83 D 0 1E 1B 57 1D 3E
Octal 242 273 203 15 0 36 33 127 35 76
Binary 10100010 10111011 10000011 1101 0 11110 11011 1010111 11101 111110

Color Harmonies of #A2BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB83

Black with #A2BB83

Text Example


Text Example

White with #A2BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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