Html Css Color HEX #A3BC92 Norway

📋 copy color: '#A3BC92'

red 163 ◦ green 188 ◦ blue 146

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

Shades of Norway #A3BC92

Tints of Norway #A3BC92

RGB

 RED value IS 163 (64.06% from 255) = 32.8%

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

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

R = 32.8%
G = 37.83%
B = 29.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#A3BC92 (or 0xA3BC92) is known color: Norway. HEX triplet: A3, BC and 92. RGB value is (163,188,146). Sum of RGB (Red+Green+Blue) = 163+188+146=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC92 is #5C436D. Grayscale: #AFAFAF. Windows color (decimal): -6046574 or 9616547. OLE color: 9616547.

HSL color Cylindrical-coordinate representation of color #A3BC92: hue angle of 95.71º 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 #A3BC92 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 146 -
CMYK 0.13 0 0.22 0.26
HSL 95.71º 0.24% 0.65% -
HSV(B) 95.71º 0.22% 0.74% -
XYZ 38.28 45.83 34.02 -
YUV 175.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 163 188 146 0.13 0 0.22 0.26 95.71 0.24 0.65
Hex A3 BC 92 D 0 16 1A 60 18 41
Octal 243 274 222 15 0 26 32 140 30 101
Binary 10100011 10111100 10010010 1101 0 10110 11010 1100000 11000 1000001

Color Harmonies of #A3BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC92

Black with #A3BC92

Text Example


Text Example

White with #A3BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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