Html Css Color HEX #A2BC92 Norway

📋 copy color: '#A2BC92'

red 162 ◦ green 188 ◦ blue 146

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

Shades of Norway #A2BC92

Tints of Norway #A2BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 32.66%
G = 37.9%
B = 29.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#A2BC92 (or 0xA2BC92) is known color: Norway. HEX triplet: A2, BC and 92. RGB value is (162,188,146). Sum of RGB (Red+Green+Blue) = 162+188+146=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC92 is #5D436D. Grayscale: #AFAFAF. Windows color (decimal): -6112110 or 9616546. OLE color: 9616546.

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

Color convert

RGB 162 188 146 -
CMYK 0.14 0 0.22 0.26
HSL 97.14º 0.24% 0.65% -
HSV(B) 97.14º 0.22% 0.74% -
XYZ 38.07 45.72 34.01 -
YUV 175.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 162 188 146 0.14 0 0.22 0.26 97.14 0.24 0.65
Hex A2 BC 92 E 0 16 1A 61 18 41
Octal 242 274 222 16 0 26 32 141 30 101
Binary 10100010 10111100 10010010 1110 0 10110 11010 1100001 11000 1000001

Color Harmonies of #A2BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC92

Black with #A2BC92

Text Example


Text Example

White with #A2BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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